Created
September 11, 2023 09:58
-
-
Save mariofusco/27b0f71a4ff01e2c213dd2489cc674bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark (objectSize) (poolStrategy) Mode Cnt Score Error Units | |
JacksonWriteVanilla.writePojoMediaItem large NO_OP thrpt 10 789648.182 ± 1409.682 ops/s | |
JacksonWriteVanilla.writePojoMediaItem large THREAD_LOCAL thrpt 10 2584773.101 ± 8467.604 ops/s | |
JacksonWriteVanilla.writePojoMediaItem large LOCK_FREE thrpt 10 2481777.471 ± 1492.957 ops/s | |
JacksonWriteVanilla.writePojoMediaItem large CONCURRENT_DEQUEUE thrpt 10 2313321.282 ± 21133.877 ops/s | |
JacksonWriteVanilla.writePojoMediaItem large JCTOOLS thrpt 10 783654.863 ± 834.517 ops/s | |
JacksonWriteVanilla.writePojoMediaItem large JCTOOLS_RELAXED thrpt 10 785805.894 ± 2466.177 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small NO_OP thrpt 10 803714.649 ± 2655.246 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small THREAD_LOCAL thrpt 10 15247601.167 ± 54589.882 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small LOCK_FREE thrpt 10 5343273.656 ± 10052.915 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small CONCURRENT_DEQUEUE thrpt 10 5598320.727 ± 11924.519 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small JCTOOLS thrpt 10 803331.672 ± 1072.551 ops/s | |
JacksonWriteVanilla.writePojoMediaItem small JCTOOLS_RELAXED thrpt 10 802590.708 ± 2220.960 ops/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment