Skip to content

Files

Latest commit

author
corneil_jumpco
Jun 30, 2021
2d8965a · Jun 30, 2021

History

History
43 lines (30 loc) · 716 Bytes

File metadata and controls

43 lines (30 loc) · 716 Bytes

Java Reactive Framework Comparison

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.

Requirements

Install wrk

git clone https://github.com/wg/wrk.git
cd wrk
make
sudo ln -s $(pwd)/wrk /usr/local/bin/

Install SDKMAN!

curl -s "https://get.sdkman.io" | bash

Install required applications and runtimes

./install.sh

Build all applications

./build.sh

Running all applications

  • Create a terminal for each framework and cd to the relevant directory
  • Execute ./run.sh

Measure

./measure.sh