Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 476 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 476 Bytes

watt-poc

POC of Watt features

Setup

Run the following commands:

  • npm run setup && npm run start
  • check that the service is up and running with curl http://localhost:3043/typescript

Benchmarks

Service with build => npx autocannon -c 100 -d 10 -p 10 http://localhost:3043/ts2:

  • avg latency 234ms
  • avg req/sec 4233

Service with .listen => npx autocannon -c 100 -d 10 -p 10 http://localhost:3043/typescript:

  • avg latency 352ms
  • avg req/sec 2809