netty5/microbench
Trustin Lee 0cc264b76b 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:51:05 +09:00
..
src/test More realistic ByteBuf allocation benchmark 2014-05-29 19:51:05 +09:00
pom.xml Upgrade JMH to 0.4.1 and make use of @Params. 2014-02-23 16:39:39 +01:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.