Skip to content

Instantly share code, notes, and snippets.

@doom369
Last active September 1, 2020 10:05
Show Gist options
  • Save doom369/334ce85ac25a59415e39d0ad500d6707 to your computer and use it in GitHub Desktop.
Save doom369/334ce85ac25a59415e39d0ad500d6707 to your computer and use it in GitHub Desktop.
JDK 11.0.8, OpenJDK 64-Bit Server VM, 11.0.8+10
```
Benchmark (value) Mode Cnt Score Error Units
RemoveChar.remove avgt 10 4.405 ± 1.646 ns/op
RemoveChar.remove somePathNoDoT avgt 10 7.820 ± 0.296 ns/op
RemoveChar.remove some.Path.With.Dot avgt 10 92.185 ± 3.752 ns/op
RemoveChar.removeApache avgt 10 3.708 ± 0.070 ns/op
RemoveChar.removeApache somePathNoDoT avgt 10 10.018 ± 0.103 ns/op
RemoveChar.removeApache some.Path.With.Dot avgt 10 37.822 ± 0.486 ns/op
RemoveChar.removeSpring avgt 10 3.609 ± 0.033 ns/op
RemoveChar.removeSpring somePathNoDoT avgt 10 7.996 ± 0.308 ns/op
RemoveChar.removeSpring some.Path.With.Dot avgt 10 87.148 ± 1.391 ns/op
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment