Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created June 20, 2014 05:00
Show Gist options
  • Select an option

  • Save normanmaurer/04ffa1fe4fb991f8e60b to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/04ffa1fe4fb991f8e60b to your computer and use it in GitHub Desktop.
# Run complete. Total time: 00:29:56
Benchmark (size) Mode Samples Score Score error Units
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 00000 thrpt 20 10558.393 128.586 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 00256 thrpt 20 10651.489 240.927 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 01024 thrpt 20 10786.637 73.084 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 04096 thrpt 20 10037.158 273.448 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 16384 thrpt 20 9986.690 387.501 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 65536 thrpt 20 10067.789 303.871 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 00000 thrpt 20 10710.797 164.222 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 00256 thrpt 20 10376.529 376.920 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 01024 thrpt 20 10676.458 105.060 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 04096 thrpt 20 9541.564 267.631 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 16384 thrpt 20 9169.813 512.857 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 65536 thrpt 20 10046.750 391.020 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 00000 thrpt 20 7537.410 91.468 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 00256 thrpt 20 6526.318 111.116 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 01024 thrpt 20 6171.069 59.633 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 04096 thrpt 20 6061.991 161.058 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 16384 thrpt 20 2930.053 39.659 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 65536 thrpt 20 2996.079 31.436 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 00000 thrpt 20 8094.280 37.894 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 00256 thrpt 20 6538.747 142.815 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 01024 thrpt 20 6352.766 67.644 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 04096 thrpt 20 6231.485 43.748 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 16384 thrpt 20 2878.940 25.432 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 65536 thrpt 20 3001.949 18.698 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 00000 thrpt 20 1133.578 30.007 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 00256 thrpt 20 1050.525 30.449 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 01024 thrpt 20 837.913 11.251 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 04096 thrpt 20 441.674 8.114 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 16384 thrpt 20 172.224 2.197 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 65536 thrpt 20 55.325 0.442 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 00000 thrpt 20 11218.176 203.149 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 00256 thrpt 20 6561.209 325.634 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 01024 thrpt 20 2495.711 30.599 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 04096 thrpt 20 725.909 8.473 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 16384 thrpt 20 129.173 2.655 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 65536 thrpt 20 18.793 0.484 ops/ms
[GC 132622K->3473K(492544K), 0.0070480 secs]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,796.792 sec - in io.netty.microbench.buffer.ByteBufAllocatorBenchmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment