netty5/microbench
Norman Maurer 2e36ac4594 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:52 +01:00
..
src Add benchmark for HeapByteBuf implementations. 2015-10-29 19:38:52 +01:00
pom.xml Exclude native transport related test and dependency when not running under Linux, close #4409 2015-10-29 16:23:25 +01:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.