Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 375 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 375 Bytes

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