Skip to content

Instantly share code, notes, and snippets.

@gusakovgiorgi
Created February 23, 2020 19:22
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 gusakovgiorgi/8226fcfd2737edb998cafcddf3d60559 to your computer and use it in GitHub Desktop.
Save gusakovgiorgi/8226fcfd2737edb998cafcddf3d60559 to your computer and use it in GitHub Desktop.
Result of synchronized and non-synchronized method benchmarking
Benchmark Mode Cnt Score Error Units
SyncNotSyncBenchmark.nonSyncTest avgt 25 537.927 ± 1.799 ns/op
SyncNotSyncBenchmark.syncTes avgt 25 16097.174 ± 938.583 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment