|
hai 1 ano | |
---|---|---|
.. | ||
conf | %!s(int64=11) %!d(string=hai) anos | |
README.md | hai 1 ano | |
app.pl | hai 1 ano | |
benchmark_config.json | hai 1 ano | |
config.toml | %!s(int64=4) %!d(string=hai) anos | |
nginx.conf | %!s(int64=7) %!d(string=hai) anos | |
web-simple.dockerfile | hai 1 ano |
Something along the lines of
plackup -E production -s Starman --workers=8 -l /tmp/frameworks-benchmark.sock -a ./app.pl
if you want to front it with nginx, otherwise
plackup -E production -s Starman --port=8080 --workers=8 -a ./app.pl