Each project uses the reactive support to respond with a simple Hello World. The aim is to compare the difference in overhead and memory consumption required by each framework.
git clone https://github.com/wg/wrk.git
cd wrk
make
sudo ln -s $(pwd)/wrk /usr/local/bin/
curl -s "https://get.sdkman.io" | bash
./install.sh
./build.sh
- Create a terminal for each framework and cd to the relevant directory
- Execute
./run.sh
./measure.sh