Skip to content

Instantly share code, notes, and snippets.

@amCap1712
Created September 7, 2021 19:36
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 amCap1712/0ab5b7bb578610493d27cc42f2b1b75f to your computer and use it in GitHub Desktop.
Save amCap1712/0ab5b7bb578610493d27cc42f2b1b75f to your computer and use it in GitHub Desktop.
Benchmark results
Benchmark Mode Cnt Score Error Units
FastMethodPerfTest.method_direct_StringStartsWith avgt 25 0.756 ± 0.010 ns/op
FastMethodPerfTest.method_direct_StringStartsWith_Return avgt 25 4.580 ± 0.073 ns/op
FastMethodPerfTest.method_fastreflect_StringStartsWith avgt 25 0.765 ± 0.010 ns/op
FastMethodPerfTest.method_fastreflect_StringStartsWith_Return avgt 25 4.557 ± 0.055 ns/op
FastMethodPerfTest.method_reflect_StringStartsWith avgt 25 14.457 ± 0.209 ns/op
FastMethodPerfTest.method_reflect_StringStartsWith_Return avgt 25 17.191 ± 0.190 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment