Skip to content

Files

Latest commit

 

History

History

benchmarks

Nea Benchmarks

siege -c 4 -b -i -f ../urls.txt -r 10000

Rust / Tokio

cd rust-tokio

cargo run --bin unfavorable --release
cargo run --bin average --release
cargo run --bin favorable --release

TypeScript / Node

cd ts-node

npm install
npx tsc

export UV_THREADPOOL_SIZE=2

node . unfavorable
node . average
node . favorable