An open API service indexing awesome lists of open source software.

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

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.sh

Starting 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