netty5/microbench
Trustin Lee b50f91f6d0 More realistic ByteBuf allocation benchmark
Motivation:

Allocating a single buffer and releasing it repetitively for a benchmark will not involve the realistic execution path of the allocators.

Modifications:

Keep the last 8192 allocations and release them randomly.

Result:

We are now getting the result close to what we got with caliper.
2014-05-29 19:50:43 +09:00
..
src/test More realistic ByteBuf allocation benchmark 2014-05-29 19:50:43 +09:00
pom.xml Upgrade JMH to 0.4.1 and make use of @Params. 2014-02-23 16:39:15 +01:00
README.md Fix wiki link 2014-02-14 12:03:51 -08:00

Microbenchmark tests

See our wiki page.