Skip to content

Instantly share code, notes, and snippets.

@jibs
Created March 20, 2012 16:32
Show Gist options
  • Save jibs/2137961 to your computer and use it in GitHub Desktop.
Save jibs/2137961 to your computer and use it in GitHub Desktop.
Useless hello world micro-benchmarks go (golang) vs Nodejs
Go
** SIEGE 2.72
** Preparing 200 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 8296 hits
Availability: 100.00 %
Elapsed time: 19.54 secs
Data transferred: 0.14 MB
Response time: 0.00 secs
Transaction rate: 424.56 trans/sec
Throughput: 0.01 MB/sec
Concurrency: 0.61
Successful transactions: 8296
Failed transactions: 0
Longest transaction: 0.08
Shortest transaction: 0.00
Nodejs
** SIEGE 2.72
** Preparing 200 concurrent users for battle.
The server is now under siege...
Lifting the server siege... done.
Transactions: 7283 hits
Availability: 100.00 %
Elapsed time: 19.96 secs
Data transferred: 0.08 MB
Response time: 0.00 secs
Transaction rate: 364.88 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 1.53
Successful transactions: 7283
Failed transactions: 0
Longest transaction: 0.08
Shortest transaction: 0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment