netty5/microbench
Norman Maurer 0c8fe18d3c Add benchmark for HeapByteBuf implementations.
Motivation:

To prove one implementation is faster as the other we should have a benchmark.

Modifications:

Add benchmark which benchmarks the unsafe and non-unsafe implementation of HeapByteBuf.

Result:

Able to compare speed of implementations easily.
2015-10-29 19:38:33 +01:00
..
src/test Add benchmark for HeapByteBuf implementations. 2015-10-29 19:38:33 +01:00
pom.xml Allow to disable reference count checks on every access of the ByteBuf 2015-10-15 10:19:49 +02:00
README.md Fix wiki link 2014-02-14 12:04:28 -08:00

Microbenchmark tests

See our wiki page.