netty5/microbench
Norman Maurer 02d559e6a4
Remove flags when running benchmarks. (#8262)
Motivation:

Some of the flags we used are not supported anymore on more recent JDK versions. We should just remove all of them and only keep what we really need. This may also reflect better what people use in production.

Modifications:

Remove some flags when running the benchmarks.

Result:

Benchmarks also run with JDK11.
2018-09-05 19:05:02 +02:00
..
src/main Remove flags when running benchmarks. (#8262) 2018-09-05 19:05:02 +02:00
pom.xml Allow to generate a jmh uber jar to run benchmarks easily from cmdline with different arguments. (#8264) 2018-09-05 18:28:35 +02:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.