Skip to content

Instantly share code, notes, and snippets.

@isicju
Created October 25, 2017 18:44
Show Gist options
  • Save isicju/e3a2dba442afe841ee844795b4566dc4 to your computer and use it in GitHub Desktop.
Save isicju/e3a2dba442afe841ee844795b4566dc4 to your computer and use it in GitHub Desktop.
Options opt = new OptionsBuilder()
.include(JMHSample_01_HelloWorld.class.getSimpleName())
.warmupIterations(2)
.measurementIterations(5)
.forks(1)
.shouldDoGC(true)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment