https://github.com/dolmen/p5-ostinelli-http-benchmark
Environment easy benchmarking of Perl HTTP servers with Ostinelli's HTTP benchmark
https://github.com/dolmen/p5-ostinelli-http-benchmark
Last synced: 28 days ago
JSON representation
Environment easy benchmarking of Perl HTTP servers with Ostinelli's HTTP benchmark
- Host: GitHub
- URL: https://github.com/dolmen/p5-ostinelli-http-benchmark
- Owner: dolmen
- Created: 2011-05-18T17:15:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-18T18:04:14.000Z (almost 14 years ago)
- Last Synced: 2024-10-06T02:05:35.922Z (7 months ago)
- Language: Perl
- Homepage: http://www.ostinelli.net/a-comparison-between-misultin-mochiweb-cowboy-nodejs-and-tornadoweb/
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 NAME
p5-Ostinelli-HTTP-benchmark - Test environment for Perl HTTP servers for Ostinelli's benchmark
=head1 SYNOPSIS
Initial setup:
git clone https://github.com/dolmen/p5-Ostinelli-HTTP-benchmark.git
cd p5-Ostinelli-HTTP-benchmark
./setup.shStarting Twiggy on port 8080:
./twiggy.sh
Starting Starman on port 8080:
./starman.sh
Starting Feersum on port 8080:
./feersum.sh
=head1 DESCRIPTION
This project helps to setup an environment for benchmarking of Perl-based HTTP
servers as Ostinelli proposed on his blog at
L.We are providing:
=over 4
=item *
a L application following Roberto's specification
=item *
a setup script for easy install of Perl web servers
=item *
scripts for starting those web servers with the PSGI application on port 8080:
=over 4
=item *
Twiggy
=item *
Starman
=item *
Feersum
=back
=back
=head1 SEE ALSO
=over 4
=item *
The Plack benchmark: L
=back
=head1 COPYRIGHT & LICENSE
Copyright E Olivier MenguE, C<<>>
This project is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
=cut