Skip to content

Instantly share code, notes, and snippets.

@isaacs
Last active December 19, 2015 22:59
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 isaacs/6031732 to your computer and use it in GitHub Desktop.
Save isaacs/6031732 to your computer and use it in GitHub Desktop.
http/chunked.js num=1 size=1 c=100: ./node-streams3: 5100.4 ./node-master: 6475.5 ................................. -21.24%
http/chunked.js num=1 size=64 c=100: ./node-streams3: 5017.7 ./node-master: 6923.3 ................................ -27.52%
http/chunked.js num=1 size=256 c=100: ./node-streams3: 5019.4 ./node-master: 7895.6 ............................... -36.43%
http/chunked.js num=4 size=1 c=100: ./node-streams3: 1728.8 ./node-master: 1772.7 .................................. -2.48%
http/chunked.js num=4 size=64 c=100: ./node-streams3: 1522 ./node-master: 1669.9 ................................... -8.86%
http/chunked.js num=4 size=256 c=100: ./node-streams3: 1488.4 ./node-master: 1426.7 ................................. 4.32%
http/chunked.js num=8 size=1 c=100: ./node-streams3: 873.19 ./node-master: 886.74 .................................. -1.53%
http/chunked.js num=8 size=64 c=100: ./node-streams3: 797.55 ./node-master: 859.31 ................................. -7.19%
http/chunked.js num=8 size=256 c=100: ./node-streams3: 811.86 ./node-master: 810.04 ................................. 0.22%
http/chunked.js num=16 size=1 c=100: ./node-streams3: 415.65 ./node-master: 433.09 ................................. -4.03%
http/chunked.js num=16 size=64 c=100: ./node-streams3: 397.93 ./node-master: 425.82 ................................ -6.55%
http/chunked.js num=16 size=256 c=100: ./node-streams3: 383.14 ./node-master: 425.67 ............................... -9.99%
http/client-request-body.js dur=5 type=asc bytes=32 method=write: ./node-streams3: 2696.4 ./node-master: 2594.6 ..... 3.92%
http/client-request-body.js dur=5 type=asc bytes=32 method=end : ./node-streams3: 2847.7 ./node-master: 3179.9 ... -10.45%
http/client-request-body.js dur=5 type=asc bytes=256 method=write: ./node-streams3: 3401.7 ./node-master: 2285.8 ... 48.82%
http/client-request-body.js dur=5 type=asc bytes=256 method=end : ./node-streams3: 3382.7 ./node-master: 3417.4 ... -1.02%
http/client-request-body.js dur=5 type=asc bytes=1024 method=write: ./node-streams3: 2871.6 ./node-master: 2687.2 ... 6.86%
http/client-request-body.js dur=5 type=asc bytes=1024 method=end : ./node-streams3: 2782.5 ./node-master: 2996.5 .. -7.14%
http/client-request-body.js dur=5 type=utf bytes=32 method=write: ./node-streams3: 3699.2 ./node-master: 2356.5 .... 56.98%
http/client-request-body.js dur=5 type=utf bytes=32 method=end : ./node-streams3: 3322.3 ./node-master: 2627 ...... 26.47%
http/client-request-body.js dur=5 type=utf bytes=256 method=write: ./node-streams3: 3048 ./node-master: 2484.1 ..... 22.70%
http/client-request-body.js dur=5 type=utf bytes=256 method=end : ./node-streams3: 2270.6 ./node-master: 3317 .... -31.55%
http/client-request-body.js dur=5 type=utf bytes=1024 method=write: ./node-streams3: 3797.6 ./node-master: 2404 .... 57.97%
http/client-request-body.js dur=5 type=utf bytes=1024 method=end : ./node-streams3: 3128.5 ./node-master: 2783.6 .. 12.39%
http/client-request-body.js dur=5 type=buf bytes=32 method=write: ./node-streams3: 2012.5 ./node-master: 2183 ...... -7.81%
http/client-request-body.js dur=5 type=buf bytes=32 method=end : ./node-streams3: 2623.9 ./node-master: 2718.5 .... -3.48%
http/client-request-body.js dur=5 type=buf bytes=256 method=write: ./node-streams3: 2798.7 ./node-master: 2209.7 ... 26.66%
http/client-request-body.js dur=5 type=buf bytes=256 method=end : ./node-streams3: 2907.2 ./node-master: 2088.9 ... 39.17%
http/client-request-body.js dur=5 type=buf bytes=1024 method=write: ./node-streams3: 2408.1 ./node-master: 2996.2 . -19.63%
http/client-request-body.js dur=5 type=buf bytes=1024 method=end : ./node-streams3: 3162.8 ./node-master: 2823.6 .. 12.01%
http/cluster.js type=bytes length=4 c=50: ./node-streams3: 13260 ./node-master: 10752 .............................. 23.33%
http/cluster.js type=bytes length=4 c=500: ./node-streams3: 12541 ./node-master: 8966.3 ............................ 39.87%
http/cluster.js type=bytes length=1024 c=50: ./node-streams3: 11167 ./node-master: 8926.4 .......................... 25.10%
http/cluster.js type=bytes length=1024 c=500: ./node-streams3: 9986.3 ./node-master: 8179.6 ........................ 22.09%
http/cluster.js type=bytes length=102400 c=50: ./node-streams3: 560.65 ./node-master: 501.36 ....................... 11.83%
http/cluster.js type=bytes length=102400 c=500: ./node-streams3: 509.02 ./node-master: 554.56 ...................... -8.21%
http/cluster.js type=buffer length=4 c=50: ./node-streams3: 9948.1 ./node-master: 12127 ........................... -17.97%
http/cluster.js type=buffer length=4 c=500: ./node-streams3: 8034.1 ./node-master: 9956.5 ......................... -19.31%
http/cluster.js type=buffer length=1024 c=50: ./node-streams3: 9559.7 ./node-master: 9311.1 ......................... 2.67%
http/cluster.js type=buffer length=1024 c=500: ./node-streams3: 8707.8 ./node-master: 9537 ......................... -8.69%
http/cluster.js type=buffer length=102400 c=50: ./node-streams3: 8798.5 ./node-master: 8611.8 ....................... 2.17%
http/cluster.js type=buffer length=102400 c=500: ./node-streams3: 9669.2 ./node-master: 7683.6 ..................... 25.84%
http/end-vs-write-end.js type=asc kb=64 c=100 method=write: ./node-streams3: 3275.4 ./node-master: 2722.5 .......... 20.31%
http/end-vs-write-end.js type=asc kb=64 c=100 method=end : ./node-streams3: 1406.7 ./node-master: 2566.6 ......... -45.19%
http/end-vs-write-end.js type=asc kb=128 c=100 method=write: ./node-streams3: 1607.2 ./node-master: 1388.3 ......... 15.77%
http/end-vs-write-end.js type=asc kb=128 c=100 method=end : ./node-streams3: 901.42 ./node-master: 962.77 ......... -6.37%
http/end-vs-write-end.js type=asc kb=256 c=100 method=write: ./node-streams3: 1336.2 ./node-master: 889.06 ......... 50.29%
http/end-vs-write-end.js type=asc kb=256 c=100 method=end : ./node-streams3: 661.35 ./node-master: 483.13 ......... 36.89%
http/end-vs-write-end.js type=asc kb=1024 c=100 method=write: ./node-streams3: 131.15 ./node-master: 131.23 ........ -0.06%
http/end-vs-write-end.js type=asc kb=1024 c=100 method=end : ./node-streams3: 169.56 ./node-master: 154.35 ......... 9.85%
http/end-vs-write-end.js type=utf kb=64 c=100 method=write: ./node-streams3: 3420.3 ./node-master: 2103.2 .......... 62.62%
http/end-vs-write-end.js type=utf kb=64 c=100 method=end : ./node-streams3: 2966.6 ./node-master: 2613.9 .......... 13.49%
http/end-vs-write-end.js type=utf kb=128 c=100 method=write: ./node-streams3: 1611.6 ./node-master: 1132.8 ......... 42.27%
http/end-vs-write-end.js type=utf kb=128 c=100 method=end : ./node-streams3: 950.34 ./node-master: 1055.6 ......... -9.97%
http/end-vs-write-end.js type=utf kb=256 c=100 method=write: ./node-streams3: 665.31 ./node-master: 607.45 .......... 9.53%
http/end-vs-write-end.js type=utf kb=256 c=100 method=end : ./node-streams3: 697.34 ./node-master: 440.95 ......... 58.14%
http/end-vs-write-end.js type=utf kb=1024 c=100 method=write: ./node-streams3: 155.77 ./node-master: 144.15 ......... 8.06%
http/end-vs-write-end.js type=utf kb=1024 c=100 method=end : ./node-streams3: 139.4 ./node-master: 126.55 ......... 10.15%
http/end-vs-write-end.js type=buf kb=64 c=100 method=write: ./node-streams3: 7264.5 ./node-master: 4561.8 .......... 59.25%
http/end-vs-write-end.js type=buf kb=64 c=100 method=end : ./node-streams3: 6585.2 ./node-master: 6031 ............. 9.19%
http/end-vs-write-end.js type=buf kb=128 c=100 method=write: ./node-streams3: 3200.5 ./node-master: 2960.2 .......... 8.12%
http/end-vs-write-end.js type=buf kb=128 c=100 method=end : ./node-streams3: 3576.8 ./node-master: 3320.9 .......... 7.71%
http/end-vs-write-end.js type=buf kb=256 c=100 method=write: ./node-streams3: 2502.4 ./node-master: 2014 ........... 24.25%
http/end-vs-write-end.js type=buf kb=256 c=100 method=end : ./node-streams3: 2292.9 ./node-master: 2199.8 .......... 4.23%
http/end-vs-write-end.js type=buf kb=1024 c=100 method=write: ./node-streams3: 657.61 ./node-master: 651.42 ......... 0.95%
http/end-vs-write-end.js type=buf kb=1024 c=100 method=end : ./node-streams3: 756.96 ./node-master: 670.92 ........ 12.82%
http/simple.js type=bytes length=4 c=50: ./node-streams3: 8914.4 ./node-master: 5493.6 ............................. 62.27%
http/simple.js type=bytes length=4 c=500: ./node-streams3: 7377.8 ./node-master: 4804 .............................. 53.58%
http/simple.js type=bytes length=1024 c=50: ./node-streams3: 8551.9 ./node-master: 5497.3 .......................... 55.57%
http/simple.js type=bytes length=1024 c=500: ./node-streams3: 5705.5 ./node-master: 3846.5 ......................... 48.33%
http/simple.js type=bytes length=102400 c=50: ./node-streams3: 396 ./node-master: 391.1 ............................. 1.25%
http/simple.js type=bytes length=102400 c=500: ./node-streams3: 349.82 ./node-master: 238.97 ....................... 46.39%
http/simple.js type=buffer length=4 c=50: ./node-streams3: 9101.4 ./node-master: 6359.5 ............................ 43.12%
http/simple.js type=buffer length=4 c=500: ./node-streams3: 6261.6 ./node-master: 3888.3 ........................... 61.04%
http/simple.js type=buffer length=1024 c=50: ./node-streams3: 8724.4 ./node-master: 7730.5 ......................... 12.86%
http/simple.js type=buffer length=1024 c=500: ./node-streams3: 7520.1 ./node-master: 3908.1 ........................ 92.42%
http/simple.js type=buffer length=102400 c=50: ./node-streams3: 7821.6 ./node-master: 5509.2 ....................... 41.97%
http/simple.js type=buffer length=102400 c=500: ./node-streams3: 4980 ./node-master: 3136.9 ........................ 58.76%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment