Skip to content

Instantly share code, notes, and snippets.

@andrebrait
Created December 28, 2018 22:04
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/fcac8ac8bbdc7fdb0f19ed9bb32d173a to your computer and use it in GitHub Desktop.
Save andrebrait/fcac8ac8bbdc7fdb0f19ed9bb32d173a to your computer and use it in GitHub Desktop.
@Benchmark
public void testMethod() {
int a = 1;
int b = 2;
int sum = a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment