Skip to content

Instantly share code, notes, and snippets.

@isicju
Created October 25, 2017 18:43
Show Gist options
  • Save isicju/f1de2dab4b77a717a7edf74d0a956665 to your computer and use it in GitHub Desktop.
Save isicju/f1de2dab4b77a717a7edf74d0a956665 to your computer and use it in GitHub Desktop.
@Benchmark
@BenchmarkMode(Mode.AverageTime) @OutputTimeUnit(TimeUnit.MICROSECONDS)
@Fork(value = 1)
@Warmup(iterations = 2)
@Measurement(iterations = 5)
public void testMethod() {
doMagic();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment