Adding benchmarks for socket implementations. (#75)
diff --git a/build.gradle b/build.gradle
index d6e84ab..3ee0373 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,8 +77,8 @@
bouncycastle_apis: 'org.bouncycastle:bcpkix-jdk15on:1.55',
// Benchmark dependencies
- jmh_generator_annprocess : "org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion",
- netty: 'io.netty:netty-codec-http2:4.1.8.Final',
+ jmh_core: "org.openjdk.jmh:jmh-core:${jmhVersion}",
+ netty_handler: 'io.netty:netty-handler:4.1.8.Final',
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork26',
]
}