Skip to content

Instantly share code, notes, and snippets.

@doom369
Last active August 5, 2020 12:30
Show Gist options
  • Save doom369/8e4cf516d40ec1be47cb51dccbba97f4 to your computer and use it in GitHub Desktop.
Save doom369/8e4cf516d40ec1be47cb51dccbba97f4 to your computer and use it in GitHub Desktop.
JDK 1.8.0_265, OpenJDK 64-Bit Server VM, 25.265-b01
Benchmark (strParams) Mode Cnt Score Error Units
EqualsIgnoreCase.equalsAndToLowerCase HELLO WORLD avgt 10 67.110 ± 0.891 ns/op
EqualsIgnoreCase.equalsIgnoreCase HELLO WORLD avgt 10 46.485 ± 0.671 ns/op
EqualsIgnoreCase.equalsAndToLowerCase Hello World avgt 10 57.092 ± 1.146 ns/op
EqualsIgnoreCase.equalsIgnoreCase Hello World avgt 10 29.846 ± 0.292 ns/op
EqualsIgnoreCase.equalsAndToLowerCase hello world avgt 10 23.289 ± 0.188 ns/op
EqualsIgnoreCase.equalsIgnoreCase hello world avgt 10 18.668 ± 0.291 ns/op
EqualsIgnoreCase.equalsAndToLowerCase otherParam avgt 10 49.020 ± 1.436 ns/op
EqualsIgnoreCase.equalsIgnoreCase otherParam avgt 10 2.885 ± 0.056 ns/op
EqualsIgnoreCase.equals hello world avgt 10 6.947 ± 0.134 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment