As discussed here:
http://stackoverflow.com/questions/28454437/jmh-constrain-parameter-space/28459065
One suggestion is to accept SkipBenchmarkException from the @Setup.
We may want to consider something cleaner, but along those lines, e.g. a @Validation method, or something.
http://stackoverflow.com/questions/28454437/jmh-constrain-parameter-space/28459065
One suggestion is to accept SkipBenchmarkException from the @Setup.
We may want to consider something cleaner, but along those lines, e.g. a @Validation method, or something.