ruby
, all tools are made inruby
sudo dnf install ruby
wrk
, results are collected usingwrk
cd `mktemp -d` && git clone https://github.com/wg/wrk -b 4.2.0 . && make && sudo mv cp /usr/bin
postgresql
, results are stored inpostgresql
sudo dn install postgresql{,-server}
docker
, each implementation is implemented in an isolated containerjq
, processingdocker
metadatadocker-machine
if you are onmacos
- Setup
bundle install
bundle exec rake config
- Build
macos
, you need to use docker-machine
to allow docker
usage for each framework
docker-machine rm default --force
docker-machine create default
eval $(docker-machine env default)
export FRAMEWORK=php/lumen
cd ${FRAMEWORK}
make -f .Makefile build
- Run
make -f ${FRAMEWORK}/.Makefile collect
Please take a look at https://web-frameworks-benchmark.netlify.app/result