Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $ rackup -s thin -p 5000 -E production
  2.  
  3. $ NODE_PATH=lib node bench.js team01 standalone
  4. { teamid: 'team01',
  5. resulttime: Thu, 01 Sep 2011 05:07:01 GMT,
  6. test: false,
  7. score: 826,
  8. bench:
  9. { fetches: 826,
  10. 'max parallel': 2,
  11. bytes: 29332200,
  12. seconds: 60.0023,
  13. 'mean bytes/connection': 35511.1,
  14. 'fetches/sec': 13.7661,
  15. 'bytes/sec': 488851,
  16. 'msecs/connect': { mean: 0.199334, max: 6.588, min: 0.078 },
  17. 'msecs/first-response': { mean: 13.2139, max: 133.189, min: 0.734 },
  18. response: { success: 826, error: 0 },
  19. responseCode: { '200': 826 } },
  20. checker:
  21. { checker: { summary: 'success' },
  22. poster: { summary: 'failed', reason: [Object] } } }
Add Comment
Please, Sign In to add comment