Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created June 20, 2014 06:01
Show Gist options
  • Select an option

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

Select an option

Save normanmaurer/e10c916c08f5b5177123 to your computer and use it in GitHub Desktop.
# Run complete. Total time: 00:29:58
Benchmark (size) Mode Samples Score Score error Units
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 00000 thrpt 20 9824.753 440.050 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 00256 thrpt 20 10917.065 129.038 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 01024 thrpt 20 10549.387 93.710 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 04096 thrpt 20 10336.658 54.765 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 16384 thrpt 20 11049.749 320.725 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledDirectAllocAndFree 65536 thrpt 20 10475.519 351.349 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 00000 thrpt 20 10432.484 399.464 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 00256 thrpt 20 10229.098 76.816 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 01024 thrpt 20 10429.187 268.470 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 04096 thrpt 20 9840.171 272.099 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 16384 thrpt 20 10951.141 277.530 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.defaultPooledHeapAllocAndFree 65536 thrpt 20 11091.859 58.675 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 00000 thrpt 20 6857.392 397.553 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 00256 thrpt 20 6326.836 79.369 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 01024 thrpt 20 5793.289 98.991 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 04096 thrpt 20 5980.313 129.175 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 16384 thrpt 20 455.153 11.252 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledDirectAllocAndFree 65536 thrpt 20 962.117 4.532 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 00000 thrpt 20 7835.567 99.523 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 00256 thrpt 20 6678.297 31.975 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 01024 thrpt 20 6208.095 89.338 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 04096 thrpt 20 6172.657 123.379 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 16384 thrpt 20 459.972 4.810 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.pooledHeapAllocAndFree 65536 thrpt 20 963.570 6.324 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 00000 thrpt 20 1159.940 23.065 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 00256 thrpt 20 1001.759 18.950 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 01024 thrpt 20 833.887 15.259 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 04096 thrpt 20 436.775 18.341 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 16384 thrpt 20 172.028 2.330 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledDirectAllocAndFree 65536 thrpt 20 55.251 0.425 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 00000 thrpt 20 12269.097 107.365 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 00256 thrpt 20 6861.052 312.324 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 01024 thrpt 20 2830.463 16.016 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 04096 thrpt 20 788.576 3.252 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 16384 thrpt 20 139.584 2.537 ops/ms
i.n.m.b.ByteBufAllocatorBenchmark.unpooledHeapAllocAndFree 65536 thrpt 20 19.342 0.076 ops/ms
[GC 132638K->3521K(492544K), 0.0078330 secs]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,799.177 sec - in io.netty.microbench.buffer.ByteBufAllocatorBenchmark
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment