Skip to content

Instantly share code, notes, and snippets.

@beyond-code-github
Created March 18, 2014 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyond-code-github/9621531 to your computer and use it in GitHub Desktop.
Save beyond-code-github/9621531 to your computer and use it in GitHub Desktop.
Hello world requests/second

#Plain text, 10,000 req, 8 concurrent

  • Nancy - Nowin - 2642,2938,3435,2942,3216,4006 = 3204
  • Superscribe - Nowin - 4111,3767,3716,3350,3306,3742 = 3665
  • Nancy - System.Web - 3766,4042,3680,3944,4129,4065 = 3937
  • Superscribe - System.Web - 5724,5790,5506,4355,4293,5783 = 5241
  • Nancy - Helios - 5681,5817,5896,4407,4253,5854 = 5318
  • Superscribe - Helios - 6161,6788,6583,5685,4278,6872 = 6061

#Plain text, 10,000 req, 1 concurrent

  • Nancy - System.Web - 1208,1182,1193,1189,1234,1189 = 1199
  • Superscribe - System.Web - 1475,1442,1460,1453,1444,1460 = 1452
  • Nancy - Helios - 1776,1732,1759,1739,1755,1747 = 1751
  • Superscribe - Helios - 2242,2379,2265,2361,2299,2325 = 2311
  • Nancy - Nowin - 2282,2372,2404,2326,2411,2330 = 2354
  • Superscribe - Nowin - 3425,3436,3361,3402,3401,3448 = 3418
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment