Awesome
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
Usage
- Setup
bundle install
bundle exec rake config
- Build
:warning: On macos
, you need to use docker-machine
to allow docker
usage for each framework :warning:
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
:warning: You need to be on the project main directory :warning:
Results
Please take a look at https://web-frameworks-benchmark.netlify.app/result