netty5/microbench/src/main
Francesco Nigro d943d11eb0
DecodeHexBenchmark is too branch-predictor friendly (#9942)
Motivation:

DecodeHexBenchmark needs to be less branch-predictor friendly
to mimic the "real" behaviour while decoding

Modifications:

DecodeHexBenchmark uses a larger sets of inputs, picking them at
random on each iteration and the benchmarked method is made !inlineable

Result:

DecodeHexBenchmark is more trusty while showing the performance
difference between different decoding methods
2021-02-05 15:27:35 +01:00
..
java/io/netty DecodeHexBenchmark is too branch-predictor friendly (#9942) 2021-02-05 15:27:35 +01:00
resources Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00