Compile drill:
cargo build --release
Start a Node HTTP server from server
directory in another terminal:
cd example/server
DELAY_MS=100 node server.js
and then run:
cd example
../target/release/drill --benchmark benchmark.yml
Start a Node HTTP server from server
directory in another terminal:
cd example/server
npm install
node server.js
and then run:
cd example
../target/release/drill --benchmark cookies.yml
Start a Node HTTP server from server
directory in another terminal:
cd example/server
npm install
node server.js
and then run:
cd example
../target/release/drill --benchmark headers.yml