Abhyudaya Sharma

Results 3 comments of Abhyudaya Sharma

Thanks for the reply. This is very interesting. I found https://bugs.openjdk.java.net/browse/JDK-8065613 which should ideally remove deprecation warnings for import statements. I checked this with JDK11 and JDK16 and I still...

> How closely is `WebClient` tied to JenkinsRule From a quick look at the code, it is possible to extract `WebClient` from `JenkinsRule`. `WebClient` basically depends on the reference to...

Or we could just have another utility class that creates a `WebClient` for each thread in the benchmark and the overall benchmark class could look something like: ```java @JmhBenchmark public...