Skip to content

Instantly share code, notes, and snippets.

@indutny
Created April 24, 2015 21:14
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 indutny/f4aef68005a0242a937e to your computer and use it in GitHub Desktop.
Save indutny/f4aef68005a0242a937e to your computer and use it in GitHub Desktop.
http/chunked.js num=1 size=1 c=100: ./iojs-slow: 2363.2 ./iojs-fast: 2365.8 ................................. -0.11%
http/chunked.js num=1 size=64 c=100: ./iojs-slow: 2365.9 ./iojs-fast: 2365.6 ................................. 0.01%
http/chunked.js num=1 size=256 c=100: ./iojs-slow: 2366.6 ./iojs-fast: 2364.3 ................................ 0.10%
http/chunked.js num=4 size=1 c=100: ./iojs-slow: 2350.8 ./iojs-fast: 2350.8 .................................. 0.00%
http/chunked.js num=4 size=64 c=100: ./iojs-slow: 2355.3 ./iojs-fast: 2361 .................................. -0.24%
http/chunked.js num=4 size=256 c=100: ./iojs-slow: 2357.2 ./iojs-fast: 2355.6 ................................ 0.06%
http/chunked.js num=8 size=1 c=100: ./iojs-slow: 2313.1 ./iojs-fast: 2304.2 .................................. 0.39%
http/chunked.js num=8 size=64 c=100: ./iojs-slow: 2333.9 ./iojs-fast: 2327.5 ................................. 0.27%
http/chunked.js num=8 size=256 c=100: ./iojs-slow: 2317 ./iojs-fast: 2295.4 .................................. 0.94%
http/chunked.js num=16 size=1 c=100: ./iojs-slow: 1888.1 ./iojs-fast: 1960.2 ................................ -3.68%
http/chunked.js num=16 size=64 c=100: ./iojs-slow: 1872.1 ./iojs-fast: 1920.2 ............................... -2.51%
http/chunked.js num=16 size=256 c=100: ./iojs-slow: 1868.9 ./iojs-fast: 1882.4 .............................. -0.72%
http/client-request-body.js dur=5 type=asc bytes=32 method=write: ./iojs-slow: 49.993 ./iojs-fast: 49.931 .... 0.13%
http/client-request-body.js dur=5 type=asc bytes=32 method=end: ./iojs-slow: 49.732 ./iojs-fast: 49.6 ........ 0.27%
http/client-request-body.js dur=5 type=asc bytes=256 method=write: ./iojs-slow: 49.993 ./iojs-fast: 49.929 ... 0.13%
http/client-request-body.js dur=5 type=asc bytes=256 method=end: ./iojs-slow: 49.928 ./iojs-fast: 49.862 ..... 0.13%
http/client-request-body.js dur=5 type=asc bytes=1024 method=write: ./iojs-slow: 49.861 ./iojs-fast: 49.995 . -0.27%
http/client-request-body.js dur=5 type=asc bytes=1024 method=end: ./iojs-slow: 49.73 ./iojs-fast: 49.861 .... -0.26%
http/client-request-body.js dur=5 type=utf bytes=32 method=write: ./iojs-slow: 49.797 ./iojs-fast: 49.832 ... -0.07%
http/client-request-body.js dur=5 type=utf bytes=32 method=end: ./iojs-slow: 49.86 ./iojs-fast: 49.928 ...... -0.14%
http/client-request-body.js dur=5 type=utf bytes=256 method=write: ./iojs-slow: 49.666 ./iojs-fast: 49.994 .. -0.66%
http/client-request-body.js dur=5 type=utf bytes=256 method=end: ./iojs-slow: 49.799 ./iojs-fast: 49.796 ..... 0.00%
http/client-request-body.js dur=5 type=utf bytes=1024 method=write: ./iojs-slow: 49.928 ./iojs-fast: 49.735 .. 0.39%
http/client-request-body.js dur=5 type=utf bytes=1024 method=end: ./iojs-slow: 49.862 ./iojs-fast: 49.863 ... -0.00%
http/client-request-body.js dur=5 type=buf bytes=32 method=write: ./iojs-slow: 49.797 ./iojs-fast: 49.793 .... 0.01%
http/client-request-body.js dur=5 type=buf bytes=32 method=end: ./iojs-slow: 49.928 ./iojs-fast: 49.861 ...... 0.13%
http/client-request-body.js dur=5 type=buf bytes=256 method=write: ./iojs-slow: 49.863 ./iojs-fast: 49.731 ... 0.27%
http/client-request-body.js dur=5 type=buf bytes=256 method=end: ./iojs-slow: 49.929 ./iojs-fast: 49.86 ...... 0.14%
http/client-request-body.js dur=5 type=buf bytes=1024 method=write: ./iojs-slow: 49.796 ./iojs-fast: 49.731 .. 0.13%
http/client-request-body.js dur=5 type=buf bytes=1024 method=end: ./iojs-slow: 49.797 ./iojs-fast: 49.795 .... 0.00%
http/cluster.js type=bytes length=4 c=50: ./iojs-slow: 16183 ./iojs-fast: 16217 ............................. -0.21%
http/cluster.js type=bytes length=4 c=500: ./iojs-slow: 12584 ./iojs-fast: 12727 ............................ -1.12%
http/cluster.js type=bytes length=1024 c=50: ./iojs-slow: 14633 ./iojs-fast: 14659 .......................... -0.18%
http/cluster.js type=bytes length=1024 c=500: ./iojs-slow: 11924 ./iojs-fast: 11948 ......................... -0.21%
http/cluster.js type=bytes length=102400 c=50: ./iojs-slow: 819.41 ./iojs-fast: 829.68 ...................... -1.24%
http/cluster.js type=bytes length=102400 c=500: ./iojs-slow: 823.77 ./iojs-fast: 818.42 ...................... 0.65%
http/cluster.js type=buffer length=4 c=50: ./iojs-slow: 14823 ./iojs-fast: 14628 ............................. 1.33%
http/cluster.js type=buffer length=4 c=500: ./iojs-slow: 11632 ./iojs-fast: 11626 ............................ 0.05%
http/cluster.js type=buffer length=1024 c=50: ./iojs-slow: 14763 ./iojs-fast: 14842 ......................... -0.53%
http/cluster.js type=buffer length=1024 c=500: ./iojs-slow: 11448 ./iojs-fast: 11562 ........................ -0.99%
http/cluster.js type=buffer length=102400 c=50: ./iojs-slow: 11201 ./iojs-fast: 10980 ........................ 2.01%
http/cluster.js type=buffer length=102400 c=500: ./iojs-slow: 9531.5 ./iojs-fast: 9292 ....................... 2.58%
http/end-vs-write-end.js type=asc kb=64 c=100 method=write: ./iojs-slow: 4244.9 ./iojs-fast: 4212 ............ 0.78%
http/end-vs-write-end.js type=asc kb=64 c=100 method=end: ./iojs-slow: 4727.3 ./iojs-fast: 4759 ............. -0.67%
http/end-vs-write-end.js type=asc kb=128 c=100 method=write: ./iojs-slow: 2946.9 ./iojs-fast: 2870.4 ......... 2.66%
http/end-vs-write-end.js type=asc kb=128 c=100 method=end: ./iojs-slow: 3052.5 ./iojs-fast: 3018.9 ........... 1.11%
http/end-vs-write-end.js type=asc kb=256 c=100 method=write: ./iojs-slow: 1588.6 ./iojs-fast: 1730.9 ........ -8.22%
http/end-vs-write-end.js type=asc kb=256 c=100 method=end: ./iojs-slow: 1663.4 ./iojs-fast: 1747.6 .......... -4.82%
http/end-vs-write-end.js type=asc kb=1024 c=100 method=write: ./iojs-slow: 357.31 ./iojs-fast: 366.76 ....... -2.58%
http/end-vs-write-end.js type=asc kb=1024 c=100 method=end: ./iojs-slow: 376.23 ./iojs-fast: 370.5 ........... 1.55%
http/end-vs-write-end.js type=utf kb=64 c=100 method=write: ./iojs-slow: 3743.1 ./iojs-fast: 3760.1 ......... -0.45%
http/end-vs-write-end.js type=utf kb=64 c=100 method=end: ./iojs-slow: 4054.4 ./iojs-fast: 4174.9 ........... -2.89%
http/end-vs-write-end.js type=utf kb=128 c=100 method=write: ./iojs-slow: 2369.7 ./iojs-fast: 2338.4 ......... 1.34%
http/end-vs-write-end.js type=utf kb=128 c=100 method=end: ./iojs-slow: 2623.6 ./iojs-fast: 2633.7 .......... -0.38%
http/end-vs-write-end.js type=utf kb=256 c=100 method=write: ./iojs-slow: 1347.3 ./iojs-fast: 1351.1 ........ -0.28%
http/end-vs-write-end.js type=utf kb=256 c=100 method=end: ./iojs-slow: 1427.4 ./iojs-fast: 1446.3 .......... -1.31%
http/end-vs-write-end.js type=utf kb=1024 c=100 method=write: ./iojs-slow: 405.81 ./iojs-fast: 410.34 ....... -1.10%
http/end-vs-write-end.js type=utf kb=1024 c=100 method=end: ./iojs-slow: 408.08 ./iojs-fast: 410.46 ......... -0.58%
http/end-vs-write-end.js type=buf kb=64 c=100 method=write: ./iojs-slow: 6735.8 ./iojs-fast: 6636.3 .......... 1.50%
http/end-vs-write-end.js type=buf kb=64 c=100 method=end: ./iojs-slow: 6921 ./iojs-fast: 6910.8 .............. 0.15%
http/end-vs-write-end.js type=buf kb=128 c=100 method=write: ./iojs-slow: 6034 ./iojs-fast: 6052.3 .......... -0.30%
http/end-vs-write-end.js type=buf kb=128 c=100 method=end: ./iojs-slow: 6125.7 ./iojs-fast: 6031.9 ........... 1.56%
http/end-vs-write-end.js type=buf kb=256 c=100 method=write: ./iojs-slow: 5032.3 ./iojs-fast: 5078.2 ........ -0.90%
http/end-vs-write-end.js type=buf kb=256 c=100 method=end: ./iojs-slow: 5081.9 ./iojs-fast: 5323.7 .......... -4.54%
http/end-vs-write-end.js type=buf kb=1024 c=100 method=write: ./iojs-slow: 2432.6 ./iojs-fast: 2566.2 ....... -5.21%
http/end-vs-write-end.js type=buf kb=1024 c=100 method=end: ./iojs-slow: 2662.5 ./iojs-fast: 2574.6 .......... 3.41%
http/_chunky_http_client.js len=1 num=5 type=send: ./iojs-slow: 106.72 ./iojs-fast: 107.18 .................. -0.43%
http/_chunky_http_client.js len=1 num=50 type=send: ./iojs-slow: 195.46 ./iojs-fast: 187.15 .................. 4.44%
http/_chunky_http_client.js len=1 num=500 type=send: ./iojs-slow: 247.31 ./iojs-fast: 239.15 ................. 3.41%
http/_chunky_http_client.js len=1 num=2000 type=send: ./iojs-slow: 262.25 ./iojs-fast: 254.37 ................ 3.10%
http/_chunky_http_client.js len=4 num=5 type=send: ./iojs-slow: 152.95 ./iojs-fast: 163.66 .................. -6.54%
http/_chunky_http_client.js len=4 num=50 type=send: ./iojs-slow: 201.98 ./iojs-fast: 203.5 .................. -0.75%
http/_chunky_http_client.js len=4 num=500 type=send: ./iojs-slow: 249.04 ./iojs-fast: 246.1 .................. 1.19%
http/_chunky_http_client.js len=4 num=2000 type=send: ./iojs-slow: 258.89 ./iojs-fast: 261.42 ............... -0.97%
http/_chunky_http_client.js len=8 num=5 type=send: ./iojs-slow: 120.86 ./iojs-fast: 161.31 ................. -25.08%
http/_chunky_http_client.js len=8 num=50 type=send: ./iojs-slow: 207.5 ./iojs-fast: 218.02 .................. -4.83%
http/_chunky_http_client.js len=8 num=500 type=send: ./iojs-slow: 251.3 ./iojs-fast: 253.82 ................. -0.99%
http/_chunky_http_client.js len=8 num=2000 type=send: ./iojs-slow: 259.9 ./iojs-fast: 258.92 ................. 0.38%
http/_chunky_http_client.js len=16 num=5 type=send: ./iojs-slow: 158.94 ./iojs-fast: 162.42 ................. -2.15%
http/_chunky_http_client.js len=16 num=50 type=send: ./iojs-slow: 214.63 ./iojs-fast: 213.79 ................. 0.39%
http/_chunky_http_client.js len=16 num=500 type=send: ./iojs-slow: 254.07 ./iojs-fast: 250.82 ................ 1.29%
http/_chunky_http_client.js len=16 num=2000 type=send: ./iojs-slow: 269.91 ./iojs-fast: 267.9 ................ 0.75%
http/_chunky_http_client.js len=32 num=5 type=send: ./iojs-slow: 148.47 ./iojs-fast: 148.39 .................. 0.05%
http/_chunky_http_client.js len=32 num=50 type=send: ./iojs-slow: 207.77 ./iojs-fast: 202.49 ................. 2.61%
http/_chunky_http_client.js len=32 num=500 type=send: ./iojs-slow: 249.31 ./iojs-fast: 257.9 ................ -3.33%
http/_chunky_http_client.js len=32 num=2000 type=send: ./iojs-slow: 264.34 ./iojs-fast: 272.45 .............. -2.98%
http/_chunky_http_client.js len=64 num=5 type=send: ./iojs-slow: 141.44 ./iojs-fast: 141.8 .................. -0.25%
http/_chunky_http_client.js len=64 num=50 type=send: ./iojs-slow: 190.93 ./iojs-fast: 210.15 ................ -9.15%
http/_chunky_http_client.js len=64 num=500 type=send: ./iojs-slow: 257.16 ./iojs-fast: 256.25 ................ 0.36%
http/_chunky_http_client.js len=64 num=2000 type=send: ./iojs-slow: 266.62 ./iojs-fast: 267.94 .............. -0.49%
http/_chunky_http_client.js len=128 num=5 type=send: ./iojs-slow: 136.49 ./iojs-fast: 137.54 ................ -0.76%
http/_chunky_http_client.js len=128 num=50 type=send: ./iojs-slow: 214.94 ./iojs-fast: 198.61 ................ 8.22%
http/_chunky_http_client.js len=128 num=500 type=send: ./iojs-slow: 254.08 ./iojs-fast: 249.51 ............... 1.83%
http/_chunky_http_client.js len=128 num=2000 type=send: ./iojs-slow: 258.97 ./iojs-fast: 261.91 ............. -1.12%
http/simple.js type=bytes length=4 chunks=0 c=50: ./iojs-slow: 8107 ./iojs-fast: 8147.6 ..................... -0.50%
http/simple.js type=bytes length=4 chunks=0 c=500: ./iojs-slow: 6001 ./iojs-fast: 6028.1 .................... -0.45%
http/simple.js type=bytes length=4 chunks=1 c=50: ./iojs-slow: 7456.2 ./iojs-fast: 7484.8 ................... -0.38%
http/simple.js type=bytes length=4 chunks=1 c=500: ./iojs-slow: 5284.9 ./iojs-fast: 5314.4 .................. -0.55%
http/simple.js type=bytes length=4 chunks=4 c=50: ./iojs-slow: 1190.4 ./iojs-fast: 1188 ...................... 0.21%
http/simple.js type=bytes length=4 chunks=4 c=500: ./iojs-slow: 3291.7 ./iojs-fast: 3226.9 ................... 2.01%
http/simple.js type=bytes length=1024 chunks=0 c=50: ./iojs-slow: 7398.8 ./iojs-fast: 7459.6 ................ -0.82%
http/simple.js type=bytes length=1024 chunks=0 c=500: ./iojs-slow: 5749.8 ./iojs-fast: 5689 .................. 1.07%
http/simple.js type=bytes length=1024 chunks=1 c=50: ./iojs-slow: 6113.3 ./iojs-fast: 6070.1 ................. 0.71%
http/simple.js type=bytes length=1024 chunks=1 c=500: ./iojs-slow: 4669.3 ./iojs-fast: 4656.1 ................ 0.28%
http/simple.js type=bytes length=1024 chunks=4 c=50: ./iojs-slow: 1190.1 ./iojs-fast: 1189.1 ................. 0.09%
http/simple.js type=bytes length=1024 chunks=4 c=500: ./iojs-slow: 3089.1 ./iojs-fast: 3085.7 ................ 0.11%
http/simple.js type=bytes length=102400 chunks=0 c=50: ./iojs-slow: 432.72 ./iojs-fast: 433.18 .............. -0.11%
http/simple.js type=bytes length=102400 chunks=0 c=500: ./iojs-slow: 418.59 ./iojs-fast: 419.71 ............. -0.27%
http/simple.js type=bytes length=102400 chunks=1 c=50: ./iojs-slow: 254.11 ./iojs-fast: 257.19 .............. -1.20%
http/simple.js type=bytes length=102400 chunks=1 c=500: ./iojs-slow: 246.9 ./iojs-fast: 251.29 .............. -1.75%
http/simple.js type=bytes length=102400 chunks=4 c=50: ./iojs-slow: 2022 ./iojs-fast: 2095 .................. -3.48%
http/simple.js type=bytes length=102400 chunks=4 c=500: ./iojs-slow: 1526.8 ./iojs-fast: 1525 ................ 0.12%
http/simple.js type=buffer length=4 chunks=0 c=50: ./iojs-slow: 7487.5 ./iojs-fast: 7567.8 .................. -1.06%
http/simple.js type=buffer length=4 chunks=0 c=500: ./iojs-slow: 5244 ./iojs-fast: 5308.3 ................... -1.21%
http/simple.js type=buffer length=4 chunks=1 c=50: ./iojs-slow: 7236.2 ./iojs-fast: 7138.4 ................... 1.37%
http/simple.js type=buffer length=4 chunks=1 c=500: ./iojs-slow: 5170.5 ./iojs-fast: 5131.9 .................. 0.75%
http/simple.js type=buffer length=4 chunks=4 c=50: ./iojs-slow: 6488.4 ./iojs-fast: 6533.4 .................. -0.69%
http/simple.js type=buffer length=4 chunks=4 c=500: ./iojs-slow: 4723.8 ./iojs-fast: 4810.7 ................. -1.81%
http/simple.js type=buffer length=1024 chunks=0 c=50: ./iojs-slow: 7333.5 ./iojs-fast: 7375.5 ............... -0.57%
http/simple.js type=buffer length=1024 chunks=0 c=500: ./iojs-slow: 5289.6 ./iojs-fast: 5269 ................. 0.39%
http/simple.js type=buffer length=1024 chunks=1 c=50: ./iojs-slow: 6865.8 ./iojs-fast: 6787.8 ................ 1.15%
http/simple.js type=buffer length=1024 chunks=1 c=500: ./iojs-slow: 5100.3 ./iojs-fast: 5184.9 .............. -1.63%
http/simple.js type=buffer length=1024 chunks=4 c=50: ./iojs-slow: 6372.6 ./iojs-fast: 6327.9 ................ 0.71%
http/simple.js type=buffer length=1024 chunks=4 c=500: ./iojs-slow: 4646.9 ./iojs-fast: 4680.9 .............. -0.73%
http/simple.js type=buffer length=102400 chunks=0 c=50: ./iojs-slow: 6163.3 ./iojs-fast: 6153.2 .............. 0.16%
http/simple.js type=buffer length=102400 chunks=0 c=500: ./iojs-slow: 4543.7 ./iojs-fast: 4600.1 ............ -1.23%
http/simple.js type=buffer length=102400 chunks=1 c=50: ./iojs-slow: 5848.5 ./iojs-fast: 5865.1 ............. -0.28%
http/simple.js type=buffer length=102400 chunks=1 c=500: ./iojs-slow: 4428 ./iojs-fast: 4363.8 ............... 1.47%
http/simple.js type=buffer length=102400 chunks=4 c=50: ./iojs-slow: 5419.4 ./iojs-fast: 5377.9 .............. 0.77%
http/simple.js type=buffer length=102400 chunks=4 c=500: ./iojs-slow: 4045.6 ./iojs-fast: 4107.5 ............ -1.51%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment