- Start server
cd actix-api
cargo run- Load test
wrk -c 10000 -d 60 -t 4 http://localhost:4000- Result
- Start server
cd fiber-api
go run main.go
- Load test
wrk -c 10000 -d 60 -t 4 http://localhost:3000- Result
- Start server
cd node-api
node src/index.js
- Load test
wrk -c 10000 -d 60 -t 4 http://localhost:2000-Result


