0.0.5 • Published 2 years ago

@fbouchez/nodebench v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Nodebench

Nodebench is simple tool to evaluate the performance of a system running Node.js.

Note : for now, this evaluation is single threaded (done on a single CPU core).

How to run

Simply run in a terminal :

npx @fbouchez/nodebench

How it work

The benchmark process consists of simulating an HTTP server on port 8088 and run a maximum amount of requests within 10 seconds. The score you get is the number of request per seconds.

Some benchmark results

ServerScore (request/sec)Node version
AWS EC2 T4g.medium3192v12.22.7 arm64
AWS EC2 T2.medium2444v12.22.7 x64
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago