Skip to content

Instantly share code, notes, and snippets.

@doom369
Last active August 5, 2020 18:43
Show Gist options
  • Save doom369/9db55700190b438689cd87026ff0be05 to your computer and use it in GitHub Desktop.
Save doom369/9db55700190b438689cd87026ff0be05 to your computer and use it in GitHub Desktop.
JDK 11.0.8, OpenJDK 64-Bit Server VM, 11.0.8+10
Benchmark
EqualsIgnoreCase.equalsAndToLowerCase HELLO WORLD avgt 10 37.890 ± 0.547 ns/op
EqualsIgnoreCase.equalsIgnoreCase HELLO WORLD avgt 10 42.518 ± 0.451 ns/op
EqualsIgnoreCase.equalsAndToLowerCase Hello World avgt 10 33.204 ± 0.525 ns/op
EqualsIgnoreCase.equalsIgnoreCase Hello World avgt 10 27.891 ± 0.288 ns/op
EqualsIgnoreCase.equalsAndToLowerCase hello world avgt 10 18.047 ± 0.233 ns/op
EqualsIgnoreCase.equalsIgnoreCase hello world avgt 10 19.639 ± 0.184 ns/op
EqualsIgnoreCase.equalsAndToLowerCase otherParam avgt 10 30.211 ± 0.460 ns/op
EqualsIgnoreCase.equalsIgnoreCase otherParam avgt 10 3.489 ± 0.026 ns/op
EqualsIgnoreCase.equals hello world avgt 10 7.287 ± 0.182 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment