Mike Smith ed75edd644 I706 Fixed validation failure for Plack %!s(int64=11) %!d(string=hai) anos
..
README.md 5a828a3650 plack %!s(int64=12) %!d(string=hai) anos
__init__.py fd2d29bfd9 Staring on plaintext test in script %!s(int64=12) %!d(string=hai) anos
app.pid b87567463c Completed code and initial testing for batch resumption %!s(int64=12) %!d(string=hai) anos
app.psgi ed75edd644 I706 Fixed validation failure for Plack %!s(int64=11) %!d(string=hai) anos
benchmark_config 2a0aacbb38 Refactor benchmark_configs %!s(int64=12) %!d(string=hai) anos
cpanfile 5a828a3650 plack %!s(int64=12) %!d(string=hai) anos
setup.py d9678ff22e 18938 Passing the error log to the test start/stop %!s(int64=12) %!d(string=hai) anos
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list %!s(int64=12) %!d(string=hai) anos

README.md

About

Plack

Setup

  • Perl 5.12+
  • MySQL 5.5
  • Wrk 2.0

Requirements

  • Plack
  • Monoceros or Starman
  • EV
  • HTTP::Parser::XS
  • JSON::XS
  • DBI
  • DBD::mysql

Deployment

plackup -E production -s Starman --workers=2 -l :8080 app.psgi
- or -
plackup -E production -s Monoceros --max-workers=2 -l :8080 app.psgi