Skip to content

Instantly share code, notes, and snippets.

@andrebrait
Created December 28, 2018 22:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andrebrait/046e0ade3b63525f76227fd814216546 to your computer and use it in GitHub Desktop.
@Benchmark
public int testMethod() {
int sum = 3;
return sum;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment