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
..
2014-02-14 12:03:51 -08:00

Microbenchmark tests

See our wiki page.