Skip to content

Instantly share code, notes, and snippets.

@serkan-ozal
Created September 20, 2014 14:25
Show Gist options
  • Save serkan-ozal/06b1849e8b5654336c29 to your computer and use it in GitHub Desktop.
Save serkan-ozal/06b1849e8b5654336c29 to your computer and use it in GitHub Desktop.
Rebellabs Article 2 - Java OffHeap Memory Initial Benchmark Results
Benchmark (workerType) Mode Samples Score Score error Units
===============================================================================================================================
c.z.r.o.a.OffHeapBenchmarkRunner.run DIRECT BYTE BUFFER BASED OFFHEAP thrpt 10 5.912 0.060 ops/s
c.z.r.o.a.OffHeapBenchmarkRunner.run MEMORY MAPPED FILE BASED OFFHEAP thrpt 10 1.165 0.038 ops/s
c.z.r.o.a.OffHeapBenchmarkRunner.run UNSAFE BASED OFFHEAP thrpt 10 11.467 0.500 ops/s
c.z.r.o.a.OffHeapBenchmarkRunner.run PROXY ON UNSAFE BASED OFFHEAP thrpt 10 12.932 0.106 ops/s
c.z.r.o.a.OffHeapBenchmarkRunner.run SERIALIZATION/DESERIALIZATION BASED OFFHEAP thrpt 10 0.427 0.005 ops/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment