Skip to content

Instantly share code, notes, and snippets.

@andrebrait
Created December 28, 2018 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrebrait/c26d59f84a35b4931520c5a4d2f0d2f1 to your computer and use it in GitHub Desktop.
Save andrebrait/c26d59f84a35b4931520c5a4d2f0d2f1 to your computer and use it in GitHub Desktop.
package com.avenuecode.snippet;
import org.openjdk.jmh.annotations.Benchmark;
public class MyBenchmark {
@Benchmark
public void testMethod() {
// This is a demo/sample template for building your JMH benchmarks. Edit as needed.
// Put your benchmark code here.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment