Skip to content

Instantly share code, notes, and snippets.

@mariofusco
Created September 12, 2023 16:55
Show Gist options
  • Save mariofusco/5f6cafb20f748585be63a58b9b7972a9 to your computer and use it in GitHub Desktop.
Save mariofusco/5f6cafb20f748585be63a58b9b7972a9 to your computer and use it in GitHub Desktop.
Benchmark (acquireDelay) (objectSize) (poolStrategy) Mode Cnt Score Error Units
JacksonWriteVanilla.writePojoMediaItem 0 large STRIPED_LOCK_FREE thrpt 20 2442370.234 ± 27381.171 ops/s
JacksonWriteVanilla.writePojoMediaItem 0 large STRIPED_JCTOOLS thrpt 20 2400320.771 ± 12634.878 ops/s
JacksonWriteVanilla.writePojoMediaItem 0 small STRIPED_LOCK_FREE thrpt 20 11151206.516 ± 205137.550 ops/s
JacksonWriteVanilla.writePojoMediaItem 0 small STRIPED_JCTOOLS thrpt 20 10884847.997 ± 254872.601 ops/s
JacksonWriteVanilla.writePojoMediaItem 10 large STRIPED_LOCK_FREE thrpt 20 2449302.227 ± 17819.357 ops/s
JacksonWriteVanilla.writePojoMediaItem 10 large STRIPED_JCTOOLS thrpt 20 2419230.845 ± 39950.726 ops/s
JacksonWriteVanilla.writePojoMediaItem 10 small STRIPED_LOCK_FREE thrpt 20 10933529.134 ± 209120.937 ops/s
JacksonWriteVanilla.writePojoMediaItem 10 small STRIPED_JCTOOLS thrpt 20 10312027.332 ± 703107.471 ops/s
JacksonWriteVanilla.writePojoMediaItem 100 large STRIPED_LOCK_FREE thrpt 20 2213344.033 ± 43854.467 ops/s
JacksonWriteVanilla.writePojoMediaItem 100 large STRIPED_JCTOOLS thrpt 20 2208447.588 ± 32785.131 ops/s
JacksonWriteVanilla.writePojoMediaItem 100 small STRIPED_LOCK_FREE thrpt 20 7736214.460 ± 140836.096 ops/s
JacksonWriteVanilla.writePojoMediaItem 100 small STRIPED_JCTOOLS thrpt 20 8257673.530 ± 280775.206 ops/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment