netty5/microbench
Stephane Landelle c6474f9218 Exclude native transport related test and dependency when not running under Linux, close #4409
Motivation:

The build fails on OSX, due to it trying to pull in an epoll specific OSX dependency. See #4409.

Modifications:

* move netty-transport-native-epoll to linux profile
* exclude Http2FrameWriterBenchmark from compiler
* include Http2FrameWriterBenchmark back only in linux profile (please check)

Result:

Build succeeds on OSX.
2015-10-29 16:23:25 +01:00
..
src Added SlicedAbstractByteBuf that can provide fast-path for _get* and _set* methods 2015-10-16 09:12:20 +02:00
pom.xml Exclude native transport related test and dependency when not running under Linux, close #4409 2015-10-29 16:23:25 +01:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.