Opening Channel
 
Connection Closed. Click to Resume.

Nodejuice Wsgi Benchmarks In Production Mode

Stephen Blum

nodeJuice is the tool that every web developer has wished for a long time. Now it is available and fast all thanks to a brilliant non-blocking network powerhouse process called Node. Visit http://nodejuice.com for more information. Below are benchmarks for nodeJuice in both production mode and development mode.


================================
BENCHMARK ★ DEV (with seeker server)
================================
Server Hostname: 127.0.0.1
Server Port: 80

Document Path: /
Document Length: 5332 bytes

Concurrency Level: 100
Time taken for tests: 4.008 seconds
Complete requests: 10000
Failed requests: 0
Write errors: 0
Total transferred: 54920000 bytes
HTML transferred: 53320000 bytes
Requests per second: 2495.08 [#/sec] (mean) ★
Time per request: 40.079 [ms] (mean)
Time per request: 0.401 [ms] (mean, across all concurrent requests)
Transfer rate: 13381.83 [Kbytes/sec] received


================================
BENCHMARK ★ PRODUCTION
================================
Server Hostname: 127.0.0.1
Server Port: 80

Document Path: /
Document Length: 5287 bytes

Concurrency Level: 100
Time taken for tests: 3.223 seconds
Complete requests: 10000
Failed requests: 0
Write errors: 0
Total transferred: 53720000 bytes
HTML transferred: 52870000 bytes
Requests per second: 3102.85 [#/sec] (mean) ★
Time per request: 32.228 [ms] (mean)
Time per request: 0.322 [ms] (mean, across all concurrent requests)
Transfer rate: 16277.86 [Kbytes/sec] received


Super fast! Visit http://nodejuice.com to download the source and access the github repository.