Skip to content

Instantly share code, notes, and snippets.

@kostya-sh
Created January 30, 2016 03:42
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 kostya-sh/7ac7e52b4519694f5f4a to your computer and use it in GitHub Desktop.
Save kostya-sh/7ac7e52b4519694f5f4a to your computer and use it in GitHub Desktop.
*** Go 1.5.3
**** GOGC=100
Threads Conns Reqs/s Speed Avg Lat Max Lat
1 1 2574.66 372.12KB 385.30us 1.71ms
2 2 5475.29 791.35KB 1.70ms 203.90ms
4 4 10335.02 1.46MB 1.05ms 202.41ms
8 8 21804.02 3.08MB 701.24us 202.95ms
16 16 44796.47 6.32MB 358.30us 6.26ms
32 32 77621.49 10.96MB 503.91us 202.44ms
64 64 105305.56 14.86MB 1.61ms 407.90ms
128 128 143345.69 20.23MB 1.01ms 41.49ms
256 256 158051.03 22.31MB 2.47ms 216.82ms
**** GOGC=800
Threads Conns Reqs/s Speed Avg Lat Max Lat
1 1 2565.28 370.76KB 386.54us 1.84ms
2 2 5740.05 829.62KB 345.69us 3.08ms
4 4 10558.30 1.49MB 1.05ms 204.19ms
8 8 22001.04 3.11MB 361.38us 4.15ms
16 16 46554.34 6.57MB 343.12us 3.24ms
32 32 81152.82 11.45MB 404.39us 18.45ms
64 64 113118.39 15.97MB 0.97ms 203.01ms
128 128 165751.11 23.39MB 2.08ms 205.03ms
256 256 204383.58 28.85MB 1.58ms 203.11ms
*** Go 1.6rc1
**** GOGC=100
Threads Conns Reqs/s Speed Avg Lat Max Lat
1 1 2628.10 379.84KB 378.35us 2.82ms
2 2 5547.89 801.84KB 1.03ms 202.77ms
4 4 11639.18 1.64MB 346.08us 8.34ms
8 8 22088.30 3.12MB 701.42us 203.12ms
16 16 41988.21 5.93MB 477.94us 201.62ms
32 32 68068.15 9.61MB 555.54us 32.56ms
64 64 72630.66 10.25MB 1.01ms 204.50ms
128 128 87934.21 12.41MB 1.67ms 206.03ms
256 256 111847.47 15.79MB 2.59ms 407.09ms
**** GOGC=800
Threads Conns Reqs/s Speed Avg Lat Max Lat
1 1 2680.99 387.49KB 370.22us 4.05ms
2 2 5495.35 794.25KB 360.86us 3.21ms
4 4 11558.58 1.63MB 343.44us 3.88ms
8 8 22279.32 3.14MB 2.34ms 206.00ms
16 16 43955.25 6.20MB 460.39us 29.54ms
32 32 77455.81 10.93MB 1.06ms 204.39ms
64 64 114245.09 16.12MB 1.76ms 174.00ms
128 128 158012.67 22.30MB 1.94ms 202.07ms
256 256 175360.70 24.75MB 3.03ms 206.78ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment