Skip to content

Instantly share code, notes, and snippets.

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