netty5/microbench/src/test
Michael Nitschinger 9fc95803da Fix ByteBufUtilBenchmark on utf8 encodings.
Motivation
----------
The performance tests for utf8 also used the getBytes on ASCII,
which is incorrect and also provides different performance numbers.

Modifications
-------------
Use CharsetUtil.UTF_8 instead of US_ASCII for the getBytes calls.

Result
------
Accurate and semantically correct benchmarking results on utf8
comparisons.
2014-12-31 20:26:21 +09:00
..
java/io/netty/microbench Fix ByteBufUtilBenchmark on utf8 encodings. 2014-12-31 20:26:21 +09:00
resources microbench: move from Caliper to JMH 2014-01-14 14:56:20 +09:00