Using JMH within a secure environment
Kedar Bhat
kedar.r.bhat at gmail.com
Tue Jun 17 17:42:35 UTC 2014
I searched the archives and didn't find this question answered, so apologies in advance if I missed it, but is it possible to use JMH within a secure (ie no internet access, not even through a proxy) environment? It seems that one needs to regenerate a microbenchmarks.jar file when there is a new method to be benchmarked, but this seems to require access to the outside world. Is the only alternative to setup a Maven repo within the secure environment? Is it possible to use the jars on Maven Central to generate the microbenchmarks.jar without needing to access the outside world?
Thank you for any nudge in the right direction!
Kedar Bhat
More information about the jmh-dev
mailing list