Last active
July 18, 2026 01:02
-
-
Save ben-manes/1359c399cb717e81976ee635c513340b to your computer and use it in GitHub Desktop.
Put/Remove JMH Results
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.3408444264892768E7, | |
| "scoreError" : 3879368.7583912658, | |
| "scoreConfidence" : [ | |
| 2.9529075506501503E7, | |
| 3.728781302328403E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.326194991066668E7, | |
| "50.0" : 3.3311043054394E7, | |
| "90.0" : 3.365233982961762E7, | |
| "95.0" : 3.365233982961762E7, | |
| "99.0" : 3.365233982961762E7, | |
| "99.9" : 3.365233982961762E7, | |
| "99.99" : 3.365233982961762E7, | |
| "99.999" : 3.365233982961762E7, | |
| "99.9999" : 3.365233982961762E7, | |
| "100.0" : 3.365233982961762E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.326194991066668E7, | |
| 3.365233982961762E7, | |
| 3.3311043054394E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 8753166.269346086, | |
| "scoreError" : 1362773.7099743865, | |
| "scoreConfidence" : [ | |
| 7390392.5593717, | |
| 1.0115939979320472E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8696232.269655328, | |
| "50.0" : 8725519.860322546, | |
| "90.0" : 8837746.678060384, | |
| "95.0" : 8837746.678060384, | |
| "99.0" : 8837746.678060384, | |
| "99.9" : 8837746.678060384, | |
| "99.99" : 8837746.678060384, | |
| "99.999" : 8837746.678060384, | |
| "99.9999" : 8837746.678060384, | |
| "100.0" : 8837746.678060384 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8725519.860322546, | |
| 8837746.678060384, | |
| 8696232.269655328 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 2.465527799554668E7, | |
| "scoreError" : 2616678.6464572796, | |
| "scoreConfidence" : [ | |
| 2.20385993490894E7, | |
| 2.727195664200396E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.453643005034414E7, | |
| "50.0" : 2.4614810784738667E7, | |
| "90.0" : 2.4814593151557237E7, | |
| "95.0" : 2.4814593151557237E7, | |
| "99.0" : 2.4814593151557237E7, | |
| "99.9" : 2.4814593151557237E7, | |
| "99.99" : 2.4814593151557237E7, | |
| "99.999" : 2.4814593151557237E7, | |
| "99.9999" : 2.4814593151557237E7, | |
| "100.0" : 2.4814593151557237E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.453643005034414E7, | |
| 2.4814593151557237E7, | |
| 2.4614810784738667E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.481084820877756E7, | |
| "scoreError" : 1129151.8607038811, | |
| "scoreConfidence" : [ | |
| 1.3681696348073678E7, | |
| 1.5940000069481442E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4750247622043978E7, | |
| "50.0" : 1.4808340370128183E7, | |
| "90.0" : 1.4873956634160513E7, | |
| "95.0" : 1.4873956634160513E7, | |
| "99.0" : 1.4873956634160513E7, | |
| "99.9" : 1.4873956634160513E7, | |
| "99.99" : 1.4873956634160513E7, | |
| "99.999" : 1.4873956634160513E7, | |
| "99.9999" : 1.4873956634160513E7, | |
| "100.0" : 1.4873956634160513E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4873956634160513E7, | |
| 1.4750247622043978E7, | |
| 1.4808340370128183E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6656481.542701679, | |
| "scoreError" : 737242.5890450557, | |
| "scoreConfidence" : [ | |
| 5919238.953656623, | |
| 7393724.131746735 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6621140.9020748455, | |
| "50.0" : 6647764.20718006, | |
| "90.0" : 6700539.518850133, | |
| "95.0" : 6700539.518850133, | |
| "99.0" : 6700539.518850133, | |
| "99.9" : 6700539.518850133, | |
| "99.99" : 6700539.518850133, | |
| "99.999" : 6700539.518850133, | |
| "99.9999" : 6700539.518850133, | |
| "100.0" : 6700539.518850133 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6621140.9020748455, | |
| 6700539.518850133, | |
| 6647764.20718006 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8154366.666075878, | |
| "scoreError" : 1855315.3425102523, | |
| "scoreConfidence" : [ | |
| 6299051.323565626, | |
| 1.0009682008586131E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8049708.103193843, | |
| "50.0" : 8160576.162948123, | |
| "90.0" : 8252815.732085667, | |
| "95.0" : 8252815.732085667, | |
| "99.0" : 8252815.732085667, | |
| "99.9" : 8252815.732085667, | |
| "99.99" : 8252815.732085667, | |
| "99.999" : 8252815.732085667, | |
| "99.9999" : 8252815.732085667, | |
| "100.0" : 8252815.732085667 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8252815.732085667, | |
| 8049708.103193843, | |
| 8160576.162948123 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.543832490536183E7, | |
| "scoreError" : 1.0351984343096443E7, | |
| "scoreConfidence" : [ | |
| 6.508634056226539E7, | |
| 8.579030924845827E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.485907411183341E7, | |
| "50.0" : 7.546276167480183E7, | |
| "90.0" : 7.599313892945024E7, | |
| "95.0" : 7.599313892945024E7, | |
| "99.0" : 7.599313892945024E7, | |
| "99.9" : 7.599313892945024E7, | |
| "99.99" : 7.599313892945024E7, | |
| "99.999" : 7.599313892945024E7, | |
| "99.9999" : 7.599313892945024E7, | |
| "100.0" : 7.599313892945024E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.546276167480183E7, | |
| 7.599313892945024E7, | |
| 7.485907411183341E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.3091975136180967E7, | |
| "scoreError" : 6496173.886513557, | |
| "scoreConfidence" : [ | |
| 2.659580124966741E7, | |
| 3.958814902269453E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.274884309136862E7, | |
| "50.0" : 3.3067361954502217E7, | |
| "90.0" : 3.3459720362672076E7, | |
| "95.0" : 3.3459720362672076E7, | |
| "99.0" : 3.3459720362672076E7, | |
| "99.9" : 3.3459720362672076E7, | |
| "99.99" : 3.3459720362672076E7, | |
| "99.999" : 3.3459720362672076E7, | |
| "99.9999" : 3.3459720362672076E7, | |
| "100.0" : 3.3459720362672076E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.3459720362672076E7, | |
| 3.274884309136862E7, | |
| 3.3067361954502217E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.234634976918086E7, | |
| "scoreError" : 1.4317491294669049E7, | |
| "scoreConfidence" : [ | |
| 2.802885847451181E7, | |
| 5.66638410638499E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.179171215733118E7, | |
| "50.0" : 4.200304131212975E7, | |
| "90.0" : 4.324429583808163E7, | |
| "95.0" : 4.324429583808163E7, | |
| "99.0" : 4.324429583808163E7, | |
| "99.9" : 4.324429583808163E7, | |
| "99.99" : 4.324429583808163E7, | |
| "99.999" : 4.324429583808163E7, | |
| "99.9999" : 4.324429583808163E7, | |
| "100.0" : 4.324429583808163E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.200304131212975E7, | |
| 4.324429583808163E7, | |
| 4.179171215733118E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.5587069809826545E7, | |
| "scoreError" : 9369221.783173991, | |
| "scoreConfidence" : [ | |
| 2.6217848026652552E7, | |
| 4.495629159300054E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.5089363004726425E7, | |
| "50.0" : 3.5556712807191856E7, | |
| "90.0" : 3.611513361756134E7, | |
| "95.0" : 3.611513361756134E7, | |
| "99.0" : 3.611513361756134E7, | |
| "99.9" : 3.611513361756134E7, | |
| "99.99" : 3.611513361756134E7, | |
| "99.999" : 3.611513361756134E7, | |
| "99.9999" : 3.611513361756134E7, | |
| "100.0" : 3.611513361756134E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.611513361756134E7, | |
| 3.5089363004726425E7, | |
| 3.5556712807191856E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 9651047.021683453, | |
| "scoreError" : 2714923.488340958, | |
| "scoreConfidence" : [ | |
| 6936123.533342495, | |
| 1.236597051002441E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9558962.350959763, | |
| "50.0" : 9571447.19999168, | |
| "90.0" : 9822731.514098916, | |
| "95.0" : 9822731.514098916, | |
| "99.0" : 9822731.514098916, | |
| "99.9" : 9822731.514098916, | |
| "99.99" : 9822731.514098916, | |
| "99.999" : 9822731.514098916, | |
| "99.9999" : 9822731.514098916, | |
| "100.0" : 9822731.514098916 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9571447.19999168, | |
| 9558962.350959763, | |
| 9822731.514098916 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 2.5936022788143087E7, | |
| "scoreError" : 9778747.398627846, | |
| "scoreConfidence" : [ | |
| 1.6157275389515242E7, | |
| 3.571477018677093E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.5530400653766662E7, | |
| "50.0" : 2.5733981293092944E7, | |
| "90.0" : 2.654368641756966E7, | |
| "95.0" : 2.654368641756966E7, | |
| "99.0" : 2.654368641756966E7, | |
| "99.9" : 2.654368641756966E7, | |
| "99.99" : 2.654368641756966E7, | |
| "99.999" : 2.654368641756966E7, | |
| "99.9999" : 2.654368641756966E7, | |
| "100.0" : 2.654368641756966E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.654368641756966E7, | |
| 2.5530400653766662E7, | |
| 2.5733981293092944E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5170604202166876E7, | |
| "scoreError" : 906873.2211794194, | |
| "scoreConfidence" : [ | |
| 1.4263730980987456E7, | |
| 1.6077477423346296E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5129063673983522E7, | |
| "50.0" : 1.5157070656952156E7, | |
| "90.0" : 1.5225678275564946E7, | |
| "95.0" : 1.5225678275564946E7, | |
| "99.0" : 1.5225678275564946E7, | |
| "99.9" : 1.5225678275564946E7, | |
| "99.99" : 1.5225678275564946E7, | |
| "99.999" : 1.5225678275564946E7, | |
| "99.9999" : 1.5225678275564946E7, | |
| "100.0" : 1.5225678275564946E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5157070656952156E7, | |
| 1.5225678275564946E7, | |
| 1.5129063673983522E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6720078.298995308, | |
| "scoreError" : 1889905.0081504763, | |
| "scoreConfidence" : [ | |
| 4830173.290844832, | |
| 8609983.307145784 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6644406.965588531, | |
| "50.0" : 6677684.893123214, | |
| "90.0" : 6838143.0382741755, | |
| "95.0" : 6838143.0382741755, | |
| "99.0" : 6838143.0382741755, | |
| "99.9" : 6838143.0382741755, | |
| "99.99" : 6838143.0382741755, | |
| "99.999" : 6838143.0382741755, | |
| "99.9999" : 6838143.0382741755, | |
| "100.0" : 6838143.0382741755 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6838143.0382741755, | |
| 6644406.965588531, | |
| 6677684.893123214 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8450525.903171567, | |
| "scoreError" : 2393100.7115683267, | |
| "scoreConfidence" : [ | |
| 6057425.191603241, | |
| 1.0843626614739895E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8318927.61867798, | |
| "50.0" : 8451378.780860307, | |
| "90.0" : 8581271.309976414, | |
| "95.0" : 8581271.309976414, | |
| "99.0" : 8581271.309976414, | |
| "99.9" : 8581271.309976414, | |
| "99.99" : 8581271.309976414, | |
| "99.999" : 8581271.309976414, | |
| "99.9999" : 8581271.309976414, | |
| "100.0" : 8581271.309976414 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8318927.61867798, | |
| 8581271.309976414, | |
| 8451378.780860307 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.615821651386714E7, | |
| "scoreError" : 1.5069886246765327E7, | |
| "scoreConfidence" : [ | |
| 6.108833026710181E7, | |
| 9.122810276063247E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.544839937642503E7, | |
| "50.0" : 7.596135750565723E7, | |
| "90.0" : 7.706489265951915E7, | |
| "95.0" : 7.706489265951915E7, | |
| "99.0" : 7.706489265951915E7, | |
| "99.9" : 7.706489265951915E7, | |
| "99.99" : 7.706489265951915E7, | |
| "99.999" : 7.706489265951915E7, | |
| "99.9999" : 7.706489265951915E7, | |
| "100.0" : 7.706489265951915E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.706489265951915E7, | |
| 7.596135750565723E7, | |
| 7.544839937642503E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.3254408017076317E7, | |
| "scoreError" : 941417.8078602774, | |
| "scoreConfidence" : [ | |
| 3.231299020921604E7, | |
| 3.419582582493659E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.3198527974856198E7, | |
| "50.0" : 3.3264435426541574E7, | |
| "90.0" : 3.3300260649831183E7, | |
| "95.0" : 3.3300260649831183E7, | |
| "99.0" : 3.3300260649831183E7, | |
| "99.9" : 3.3300260649831183E7, | |
| "99.99" : 3.3300260649831183E7, | |
| "99.999" : 3.3300260649831183E7, | |
| "99.9999" : 3.3300260649831183E7, | |
| "100.0" : 3.3300260649831183E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.3300260649831183E7, | |
| 3.3198527974856198E7, | |
| 3.3264435426541574E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.290380849679082E7, | |
| "scoreError" : 1.4589665739295147E7, | |
| "scoreConfidence" : [ | |
| 2.831414275749567E7, | |
| 5.7493474236085966E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.2183963949883446E7, | |
| "50.0" : 4.276282953080103E7, | |
| "90.0" : 4.3764632009687975E7, | |
| "95.0" : 4.3764632009687975E7, | |
| "99.0" : 4.3764632009687975E7, | |
| "99.9" : 4.3764632009687975E7, | |
| "99.99" : 4.3764632009687975E7, | |
| "99.999" : 4.3764632009687975E7, | |
| "99.9999" : 4.3764632009687975E7, | |
| "100.0" : 4.3764632009687975E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.3764632009687975E7, | |
| 4.276282953080103E7, | |
| 4.2183963949883446E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/home/runner/.gradle/jdks/graalvm_community-24-amd64-linux.2/bin/java", | |
| "jvmArgs" : [ | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-Dgraal.ShowConfiguration=info", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+11-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.1643776383839283E7, | |
| "scoreError" : 6359060.043427767, | |
| "scoreConfidence" : [ | |
| 1.5284716340411516E7, | |
| 2.8002836427267052E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.130112252594502E7, | |
| "50.0" : 2.1632247094705768E7, | |
| "90.0" : 2.1997959530867074E7, | |
| "95.0" : 2.1997959530867074E7, | |
| "99.0" : 2.1997959530867074E7, | |
| "99.9" : 2.1997959530867074E7, | |
| "99.99" : 2.1997959530867074E7, | |
| "99.999" : 2.1997959530867074E7, | |
| "99.9999" : 2.1997959530867074E7, | |
| "100.0" : 2.1997959530867074E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.1632247094705768E7, | |
| 2.130112252594502E7, | |
| 2.1997959530867074E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 8991829.311777584, | |
| "scoreError" : 3761130.151726322, | |
| "scoreConfidence" : [ | |
| 5230699.160051262, | |
| 1.2752959463503907E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8781838.245024983, | |
| "50.0" : 8999717.397444371, | |
| "90.0" : 9193932.292863399, | |
| "95.0" : 9193932.292863399, | |
| "99.0" : 9193932.292863399, | |
| "99.9" : 9193932.292863399, | |
| "99.99" : 9193932.292863399, | |
| "99.999" : 9193932.292863399, | |
| "99.9999" : 9193932.292863399, | |
| "100.0" : 9193932.292863399 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8999717.397444371, | |
| 9193932.292863399, | |
| 8781838.245024983 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 1.2651947072061703E7, | |
| "scoreError" : 1.0120166344989078E7, | |
| "scoreConfidence" : [ | |
| 2531780.7270726245, | |
| 2.277211341705078E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.2107190233081616E7, | |
| "50.0" : 1.26325296972614E7, | |
| "90.0" : 1.321612128584209E7, | |
| "95.0" : 1.321612128584209E7, | |
| "99.0" : 1.321612128584209E7, | |
| "99.9" : 1.321612128584209E7, | |
| "99.99" : 1.321612128584209E7, | |
| "99.999" : 1.321612128584209E7, | |
| "99.9999" : 1.321612128584209E7, | |
| "100.0" : 1.321612128584209E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.26325296972614E7, | |
| 1.2107190233081616E7, | |
| 1.321612128584209E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/home/runner/.gradle/jdks/graalvm_community-24-amd64-linux.2/bin/java", | |
| "jvmArgs" : [ | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-Dgraal.ShowConfiguration=info", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+11-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4641572393300757E7, | |
| "scoreError" : 1198614.6993650727, | |
| "scoreConfidence" : [ | |
| 1.3442957693935685E7, | |
| 1.5840187092665829E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4576066057570525E7, | |
| "50.0" : 1.4641186531982135E7, | |
| "90.0" : 1.4707464590349609E7, | |
| "95.0" : 1.4707464590349609E7, | |
| "99.0" : 1.4707464590349609E7, | |
| "99.9" : 1.4707464590349609E7, | |
| "99.99" : 1.4707464590349609E7, | |
| "99.999" : 1.4707464590349609E7, | |
| "99.9999" : 1.4707464590349609E7, | |
| "100.0" : 1.4707464590349609E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4576066057570525E7, | |
| 1.4707464590349609E7, | |
| 1.4641186531982135E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 6639554.028113459, | |
| "scoreError" : 717853.7752758425, | |
| "scoreConfidence" : [ | |
| 5921700.252837617, | |
| 7357407.8033893015 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6602969.697329126, | |
| "50.0" : 6634512.65128041, | |
| "90.0" : 6681179.735730842, | |
| "95.0" : 6681179.735730842, | |
| "99.0" : 6681179.735730842, | |
| "99.9" : 6681179.735730842, | |
| "99.99" : 6681179.735730842, | |
| "99.999" : 6681179.735730842, | |
| "99.9999" : 6681179.735730842, | |
| "100.0" : 6681179.735730842 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6602969.697329126, | |
| 6681179.735730842, | |
| 6634512.65128041 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8002018.365187296, | |
| "scoreError" : 490722.0085416612, | |
| "scoreConfidence" : [ | |
| 7511296.356645634, | |
| 8492740.373728957 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7973096.360241396, | |
| "50.0" : 8006673.880701724, | |
| "90.0" : 8026284.854618767, | |
| "95.0" : 8026284.854618767, | |
| "99.0" : 8026284.854618767, | |
| "99.9" : 8026284.854618767, | |
| "99.99" : 8026284.854618767, | |
| "99.999" : 8026284.854618767, | |
| "99.9999" : 8026284.854618767, | |
| "100.0" : 8026284.854618767 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7973096.360241396, | |
| 8026284.854618767, | |
| 8006673.880701724 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/home/runner/.gradle/jdks/graalvm_community-24-amd64-linux.2/bin/java", | |
| "jvmArgs" : [ | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-Dgraal.ShowConfiguration=info", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+11-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.741565102522613E7, | |
| "scoreError" : 3.060715047130358E7, | |
| "scoreConfidence" : [ | |
| 4.680850055392255E7, | |
| 1.0802280149652971E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.628815656811163E7, | |
| "50.0" : 7.661514703641495E7, | |
| "90.0" : 7.93436494711518E7, | |
| "95.0" : 7.93436494711518E7, | |
| "99.0" : 7.93436494711518E7, | |
| "99.9" : 7.93436494711518E7, | |
| "99.99" : 7.93436494711518E7, | |
| "99.999" : 7.93436494711518E7, | |
| "99.9999" : 7.93436494711518E7, | |
| "100.0" : 7.93436494711518E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.93436494711518E7, | |
| 7.628815656811163E7, | |
| 7.661514703641495E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.523870946041933E7, | |
| "scoreError" : 2798293.943437067, | |
| "scoreConfidence" : [ | |
| 3.244041551698226E7, | |
| 3.80370034038564E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.511316607867618E7, | |
| "50.0" : 3.5193287918975E7, | |
| "90.0" : 3.5409674383606814E7, | |
| "95.0" : 3.5409674383606814E7, | |
| "99.0" : 3.5409674383606814E7, | |
| "99.9" : 3.5409674383606814E7, | |
| "99.99" : 3.5409674383606814E7, | |
| "99.999" : 3.5409674383606814E7, | |
| "99.9999" : 3.5409674383606814E7, | |
| "100.0" : 3.5409674383606814E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.5409674383606814E7, | |
| 3.511316607867618E7, | |
| 3.5193287918975E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.217694156480679E7, | |
| "scoreError" : 2.7851485873839702E7, | |
| "scoreConfidence" : [ | |
| 1.4325455690967087E7, | |
| 7.00284274386465E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.117499048943544E7, | |
| "50.0" : 4.142185911743995E7, | |
| "90.0" : 4.393397508754498E7, | |
| "95.0" : 4.393397508754498E7, | |
| "99.0" : 4.393397508754498E7, | |
| "99.9" : 4.393397508754498E7, | |
| "99.99" : 4.393397508754498E7, | |
| "99.999" : 4.393397508754498E7, | |
| "99.9999" : 4.393397508754498E7, | |
| "100.0" : 4.393397508754498E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.393397508754498E7, | |
| 4.117499048943544E7, | |
| 4.142185911743995E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_GraalVM_jdk/25/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Djdk.graal.ShowConfiguration=info", | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "Java HotSpot(TM) 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.351482300044023E7, | |
| "scoreError" : 1.7950280242941413E7, | |
| "scoreConfidence" : [ | |
| 5.5564542757498816E7, | |
| 9.146510324338163E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.246066849323513E7, | |
| "50.0" : 7.367494210816889E7, | |
| "90.0" : 7.440885839991665E7, | |
| "95.0" : 7.440885839991665E7, | |
| "99.0" : 7.440885839991665E7, | |
| "99.9" : 7.440885839991665E7, | |
| "99.99" : 7.440885839991665E7, | |
| "99.999" : 7.440885839991665E7, | |
| "99.9999" : 7.440885839991665E7, | |
| "100.0" : 7.440885839991665E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.367494210816889E7, | |
| 7.246066849323513E7, | |
| 7.440885839991665E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 1.0818680468367236E7, | |
| "scoreError" : 1449201.3779559473, | |
| "scoreConfidence" : [ | |
| 9369479.090411289, | |
| 1.2267881846323183E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.0749759736901626E7, | |
| "50.0" : 1.0800724549130363E7, | |
| "90.0" : 1.0905557119069718E7, | |
| "95.0" : 1.0905557119069718E7, | |
| "99.0" : 1.0905557119069718E7, | |
| "99.9" : 1.0905557119069718E7, | |
| "99.99" : 1.0905557119069718E7, | |
| "99.999" : 1.0905557119069718E7, | |
| "99.9999" : 1.0905557119069718E7, | |
| "100.0" : 1.0905557119069718E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.0905557119069718E7, | |
| 1.0800724549130363E7, | |
| 1.0749759736901626E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 6.269614253207298E7, | |
| "scoreError" : 1.827269113757646E7, | |
| "scoreConfidence" : [ | |
| 4.442345139449652E7, | |
| 8.096883366964945E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.165994394410475E7, | |
| "50.0" : 6.276938498909916E7, | |
| "90.0" : 6.365909866301502E7, | |
| "95.0" : 6.365909866301502E7, | |
| "99.0" : 6.365909866301502E7, | |
| "99.9" : 6.365909866301502E7, | |
| "99.99" : 6.365909866301502E7, | |
| "99.999" : 6.365909866301502E7, | |
| "99.9999" : 6.365909866301502E7, | |
| "100.0" : 6.365909866301502E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.276938498909916E7, | |
| 6.165994394410475E7, | |
| 6.365909866301502E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_GraalVM_jdk/25/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Djdk.graal.ShowConfiguration=info", | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "Java HotSpot(TM) 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4839434766865512E7, | |
| "scoreError" : 1433801.2099873202, | |
| "scoreConfidence" : [ | |
| 1.3405633556878192E7, | |
| 1.6273235976852832E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4756905151278146E7, | |
| "50.0" : 1.4848015204858316E7, | |
| "90.0" : 1.4913383944460072E7, | |
| "95.0" : 1.4913383944460072E7, | |
| "99.0" : 1.4913383944460072E7, | |
| "99.9" : 1.4913383944460072E7, | |
| "99.99" : 1.4913383944460072E7, | |
| "99.999" : 1.4913383944460072E7, | |
| "99.9999" : 1.4913383944460072E7, | |
| "100.0" : 1.4913383944460072E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4913383944460072E7, | |
| 1.4756905151278146E7, | |
| 1.4848015204858316E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6690965.097395371, | |
| "scoreError" : 1114321.4572372632, | |
| "scoreConfidence" : [ | |
| 5576643.6401581075, | |
| 7805286.554632634 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6631843.661484515, | |
| "50.0" : 6687220.801358158, | |
| "90.0" : 6753830.82934344, | |
| "95.0" : 6753830.82934344, | |
| "99.0" : 6753830.82934344, | |
| "99.9" : 6753830.82934344, | |
| "99.99" : 6753830.82934344, | |
| "99.999" : 6753830.82934344, | |
| "99.9999" : 6753830.82934344, | |
| "100.0" : 6753830.82934344 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6631843.661484515, | |
| 6753830.82934344, | |
| 6687220.801358158 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8148469.66947014, | |
| "scoreError" : 2547580.710066648, | |
| "scoreConfidence" : [ | |
| 5600888.959403492, | |
| 1.0696050379536789E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8003074.321934706, | |
| "50.0" : 8160794.403500159, | |
| "90.0" : 8281540.2829755545, | |
| "95.0" : 8281540.2829755545, | |
| "99.0" : 8281540.2829755545, | |
| "99.9" : 8281540.2829755545, | |
| "99.99" : 8281540.2829755545, | |
| "99.999" : 8281540.2829755545, | |
| "99.9999" : 8281540.2829755545, | |
| "100.0" : 8281540.2829755545 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8281540.2829755545, | |
| 8003074.321934706, | |
| 8160794.403500159 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_GraalVM_jdk/25/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Djdk.graal.ShowConfiguration=info", | |
| "-XX:+UnlockExperimentalVMOptions", | |
| "-XX:+UseJVMCICompiler", | |
| "-XX:+EnableJVMCI", | |
| "-XX:+EagerJVMCI", | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "Java HotSpot(TM) 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS-jvmci-b01", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 8.684860297673668E7, | |
| "scoreError" : 3.4305252649791375E7, | |
| "scoreConfidence" : [ | |
| 5.2543350326945305E7, | |
| 1.2115385562652805E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8.51435133116112E7, | |
| "50.0" : 8.65369502744859E7, | |
| "90.0" : 8.886534534411293E7, | |
| "95.0" : 8.886534534411293E7, | |
| "99.0" : 8.886534534411293E7, | |
| "99.9" : 8.886534534411293E7, | |
| "99.99" : 8.886534534411293E7, | |
| "99.999" : 8.886534534411293E7, | |
| "99.9999" : 8.886534534411293E7, | |
| "100.0" : 8.886534534411293E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8.886534534411293E7, | |
| 8.51435133116112E7, | |
| 8.65369502744859E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.955670786633256E7, | |
| "scoreError" : 3524507.2688174034, | |
| "scoreConfidence" : [ | |
| 3.603220059751516E7, | |
| 4.308121513514996E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.939898161125374E7, | |
| "50.0" : 3.949895382761594E7, | |
| "90.0" : 3.9772188160128005E7, | |
| "95.0" : 3.9772188160128005E7, | |
| "99.0" : 3.9772188160128005E7, | |
| "99.9" : 3.9772188160128005E7, | |
| "99.99" : 3.9772188160128005E7, | |
| "99.999" : 3.9772188160128005E7, | |
| "99.9999" : 3.9772188160128005E7, | |
| "100.0" : 3.9772188160128005E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.949895382761594E7, | |
| 3.9772188160128005E7, | |
| 3.939898161125374E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.729189511040411E7, | |
| "scoreError" : 3.652349913779793E7, | |
| "scoreConfidence" : [ | |
| 1.0768395972606182E7, | |
| 8.381539424820204E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.537132515148319E7, | |
| "50.0" : 4.713796866323216E7, | |
| "90.0" : 4.9366391516496986E7, | |
| "95.0" : 4.9366391516496986E7, | |
| "99.0" : 4.9366391516496986E7, | |
| "99.9" : 4.9366391516496986E7, | |
| "99.99" : 4.9366391516496986E7, | |
| "99.999" : 4.9366391516496986E7, | |
| "99.9999" : 4.9366391516496986E7, | |
| "100.0" : 4.9366391516496986E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.9366391516496986E7, | |
| 4.537132515148319E7, | |
| 4.713796866323216E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/23.0.2-7/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "23.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "openj9-0.49.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7067090.247605567, | |
| "scoreError" : 1356019.296031131, | |
| "scoreConfidence" : [ | |
| 5711070.951574435, | |
| 8423109.543636698 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6995014.287066756, | |
| "50.0" : 7062774.262494115, | |
| "90.0" : 7143482.193255833, | |
| "95.0" : 7143482.193255833, | |
| "99.0" : 7143482.193255833, | |
| "99.9" : 7143482.193255833, | |
| "99.99" : 7143482.193255833, | |
| "99.999" : 7143482.193255833, | |
| "99.9999" : 7143482.193255833, | |
| "100.0" : 7143482.193255833 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7062774.262494115, | |
| 7143482.193255833, | |
| 6995014.287066756 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 2321444.3297067354, | |
| "scoreError" : 260421.057754959, | |
| "scoreConfidence" : [ | |
| 2061023.2719517765, | |
| 2581865.3874616944 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2305723.0814819965, | |
| "50.0" : 2325016.0447322037, | |
| "90.0" : 2333593.8629060057, | |
| "95.0" : 2333593.8629060057, | |
| "99.0" : 2333593.8629060057, | |
| "99.9" : 2333593.8629060057, | |
| "99.99" : 2333593.8629060057, | |
| "99.999" : 2333593.8629060057, | |
| "99.9999" : 2333593.8629060057, | |
| "100.0" : 2333593.8629060057 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2305723.0814819965, | |
| 2333593.8629060057, | |
| 2325016.0447322037 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4745645.917898833, | |
| "scoreError" : 1288718.43906166, | |
| "scoreConfidence" : [ | |
| 3456927.4788371725, | |
| 6034364.356960493 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4669998.242334552, | |
| "50.0" : 4757051.181012118, | |
| "90.0" : 4809888.330349827, | |
| "95.0" : 4809888.330349827, | |
| "99.0" : 4809888.330349827, | |
| "99.9" : 4809888.330349827, | |
| "99.99" : 4809888.330349827, | |
| "99.999" : 4809888.330349827, | |
| "99.9999" : 4809888.330349827, | |
| "100.0" : 4809888.330349827 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4757051.181012118, | |
| 4809888.330349827, | |
| 4669998.242334552 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/23.0.2-7/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "23.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "openj9-0.49.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1210784546657635E7, | |
| "scoreError" : 1414925.857984685, | |
| "scoreConfidence" : [ | |
| 9795858.68867295, | |
| 1.262571040464232E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1144018227566743E7, | |
| "50.0" : 1.1192478629769841E7, | |
| "90.0" : 1.1295856782636318E7, | |
| "95.0" : 1.1295856782636318E7, | |
| "99.0" : 1.1295856782636318E7, | |
| "99.9" : 1.1295856782636318E7, | |
| "99.99" : 1.1295856782636318E7, | |
| "99.999" : 1.1295856782636318E7, | |
| "99.9999" : 1.1295856782636318E7, | |
| "100.0" : 1.1295856782636318E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1144018227566743E7, | |
| 1.1295856782636318E7, | |
| 1.1192478629769841E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 5022211.24983834, | |
| "scoreError" : 530851.6609434647, | |
| "scoreConfidence" : [ | |
| 4491359.588894876, | |
| 5553062.9107818045 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4991737.903137491, | |
| "50.0" : 5025191.83808624, | |
| "90.0" : 5049704.008291288, | |
| "95.0" : 5049704.008291288, | |
| "99.0" : 5049704.008291288, | |
| "99.9" : 5049704.008291288, | |
| "99.99" : 5049704.008291288, | |
| "99.999" : 5049704.008291288, | |
| "99.9999" : 5049704.008291288, | |
| "100.0" : 5049704.008291288 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4991737.903137491, | |
| 5025191.83808624, | |
| 5049704.008291288 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 6188573.296819293, | |
| "scoreError" : 1299904.4239884715, | |
| "scoreConfidence" : [ | |
| 4888668.872830821, | |
| 7488477.720807765 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6142774.621478552, | |
| "50.0" : 6152280.324429248, | |
| "90.0" : 6270664.944550079, | |
| "95.0" : 6270664.944550079, | |
| "99.0" : 6270664.944550079, | |
| "99.9" : 6270664.944550079, | |
| "99.99" : 6270664.944550079, | |
| "99.999" : 6270664.944550079, | |
| "99.9999" : 6270664.944550079, | |
| "100.0" : 6270664.944550079 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6152280.324429248, | |
| 6270664.944550079, | |
| 6142774.621478552 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/23.0.2-7/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "23.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "openj9-0.49.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.4473742653650664E7, | |
| "scoreError" : 2.100853313393264E7, | |
| "scoreConfidence" : [ | |
| 4.346520951971802E7, | |
| 8.54822757875833E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.344349756467162E7, | |
| "50.0" : 6.426084703191804E7, | |
| "90.0" : 6.57168833643623E7, | |
| "95.0" : 6.57168833643623E7, | |
| "99.0" : 6.57168833643623E7, | |
| "99.9" : 6.57168833643623E7, | |
| "99.99" : 6.57168833643623E7, | |
| "99.999" : 6.57168833643623E7, | |
| "99.9999" : 6.57168833643623E7, | |
| "100.0" : 6.57168833643623E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.426084703191804E7, | |
| 6.57168833643623E7, | |
| 6.344349756467162E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.1580569603435587E7, | |
| "scoreError" : 5705738.484651164, | |
| "scoreConfidence" : [ | |
| 2.5874831118784424E7, | |
| 3.7286308088086754E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.1237294907519437E7, | |
| "50.0" : 3.1655073473987278E7, | |
| "90.0" : 3.1849340428800046E7, | |
| "95.0" : 3.1849340428800046E7, | |
| "99.0" : 3.1849340428800046E7, | |
| "99.9" : 3.1849340428800046E7, | |
| "99.99" : 3.1849340428800046E7, | |
| "99.999" : 3.1849340428800046E7, | |
| "99.9999" : 3.1849340428800046E7, | |
| "100.0" : 3.1849340428800046E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.1849340428800046E7, | |
| 3.1237294907519437E7, | |
| 3.1655073473987278E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 3.2893173050215065E7, | |
| "scoreError" : 2.5700952916880637E7, | |
| "scoreConfidence" : [ | |
| 7192220.133334428, | |
| 5.85941259670957E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.1788424090684347E7, | |
| "50.0" : 3.2411506603118E7, | |
| "90.0" : 3.447958845684286E7, | |
| "95.0" : 3.447958845684286E7, | |
| "99.0" : 3.447958845684286E7, | |
| "99.9" : 3.447958845684286E7, | |
| "99.99" : 3.447958845684286E7, | |
| "99.999" : 3.447958845684286E7, | |
| "99.9999" : 3.447958845684286E7, | |
| "100.0" : 3.447958845684286E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.2411506603118E7, | |
| 3.447958845684286E7, | |
| 3.1788424090684347E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/25.0.2-10.0.LTS/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "25.0.2+10-openj9-0.57.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 8895458.832538784, | |
| "scoreError" : 2.5405820983768985E7, | |
| "scoreConfidence" : [ | |
| -1.6510362151230201E7, | |
| 3.430127981630777E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7801861.714358466, | |
| "50.0" : 8421321.715242248, | |
| "90.0" : 1.0463193068015639E7, | |
| "95.0" : 1.0463193068015639E7, | |
| "99.0" : 1.0463193068015639E7, | |
| "99.9" : 1.0463193068015639E7, | |
| "99.99" : 1.0463193068015639E7, | |
| "99.999" : 1.0463193068015639E7, | |
| "99.9999" : 1.0463193068015639E7, | |
| "100.0" : 1.0463193068015639E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7801861.714358466, | |
| 8421321.715242248, | |
| 1.0463193068015639E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 2189892.4720334387, | |
| "scoreError" : 4980109.854331051, | |
| "scoreConfidence" : [ | |
| -2790217.3822976123, | |
| 7170002.326364489 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1956084.7147195856, | |
| "50.0" : 2123720.716955462, | |
| "90.0" : 2489871.9844252686, | |
| "95.0" : 2489871.9844252686, | |
| "99.0" : 2489871.9844252686, | |
| "99.9" : 2489871.9844252686, | |
| "99.99" : 2489871.9844252686, | |
| "99.999" : 2489871.9844252686, | |
| "99.9999" : 2489871.9844252686, | |
| "100.0" : 2489871.9844252686 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1956084.7147195856, | |
| 2123720.716955462, | |
| 2489871.9844252686 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 6705566.360505345, | |
| "scoreError" : 2.0449559225027163E7, | |
| "scoreConfidence" : [ | |
| -1.3743992864521816E7, | |
| 2.715512558553251E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5845776.99963888, | |
| "50.0" : 6297600.998286785, | |
| "90.0" : 7973321.083590371, | |
| "95.0" : 7973321.083590371, | |
| "99.0" : 7973321.083590371, | |
| "99.9" : 7973321.083590371, | |
| "99.99" : 7973321.083590371, | |
| "99.999" : 7973321.083590371, | |
| "99.9999" : 7973321.083590371, | |
| "100.0" : 7973321.083590371 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5845776.99963888, | |
| 6297600.998286785, | |
| 7973321.083590371 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/25.0.2-10.0.LTS/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "25.0.2+10-openj9-0.57.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.3861700494722242E7, | |
| "scoreError" : 3026438.4087470197, | |
| "scoreConfidence" : [ | |
| 1.0835262085975222E7, | |
| 1.688813890346926E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.3670796112552602E7, | |
| "50.0" : 1.394351824469715E7, | |
| "90.0" : 1.3970787126916977E7, | |
| "95.0" : 1.3970787126916977E7, | |
| "99.0" : 1.3970787126916977E7, | |
| "99.9" : 1.3970787126916977E7, | |
| "99.99" : 1.3970787126916977E7, | |
| "99.999" : 1.3970787126916977E7, | |
| "99.9999" : 1.3970787126916977E7, | |
| "100.0" : 1.3970787126916977E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.394351824469715E7, | |
| 1.3670796112552602E7, | |
| 1.3970787126916977E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 5563986.500025296, | |
| "scoreError" : 917432.0055094513, | |
| "scoreConfidence" : [ | |
| 4646554.494515845, | |
| 6481418.505534747 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5527814.078777534, | |
| "50.0" : 5542734.38286195, | |
| "90.0" : 5621411.038436405, | |
| "95.0" : 5621411.038436405, | |
| "99.0" : 5621411.038436405, | |
| "99.9" : 5621411.038436405, | |
| "99.99" : 5621411.038436405, | |
| "99.999" : 5621411.038436405, | |
| "99.9999" : 5621411.038436405, | |
| "100.0" : 5621411.038436405 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5542734.38286195, | |
| 5621411.038436405, | |
| 5527814.078777534 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8297713.994696948, | |
| "scoreError" : 3942308.5455675586, | |
| "scoreConfidence" : [ | |
| 4355405.44912939, | |
| 1.2240022540264506E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8049385.0741161965, | |
| "50.0" : 8400783.8618352, | |
| "90.0" : 8442973.048139444, | |
| "95.0" : 8442973.048139444, | |
| "99.0" : 8442973.048139444, | |
| "99.9" : 8442973.048139444, | |
| "99.99" : 8442973.048139444, | |
| "99.999" : 8442973.048139444, | |
| "99.9999" : 8442973.048139444, | |
| "100.0" : 8442973.048139444 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8400783.8618352, | |
| 8049385.0741161965, | |
| 8442973.048139444 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/25.0.2-10.0.LTS/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "25.0.2+10-openj9-0.57.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.988828620726277E7, | |
| "scoreError" : 3.383505280738293E7, | |
| "scoreConfidence" : [ | |
| 3.605323339987984E7, | |
| 1.037233390146457E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.83389215835402E7, | |
| "50.0" : 6.93826588423048E7, | |
| "90.0" : 7.194327819594334E7, | |
| "95.0" : 7.194327819594334E7, | |
| "99.0" : 7.194327819594334E7, | |
| "99.9" : 7.194327819594334E7, | |
| "99.99" : 7.194327819594334E7, | |
| "99.999" : 7.194327819594334E7, | |
| "99.9999" : 7.194327819594334E7, | |
| "100.0" : 7.194327819594334E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.93826588423048E7, | |
| 6.83389215835402E7, | |
| 7.194327819594334E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.177381756415558E7, | |
| "scoreError" : 4967917.369603421, | |
| "scoreConfidence" : [ | |
| 2.6805900194552157E7, | |
| 3.6741734933759E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.1494207804479692E7, | |
| "50.0" : 3.1789060793096803E7, | |
| "90.0" : 3.2038184094890237E7, | |
| "95.0" : 3.2038184094890237E7, | |
| "99.0" : 3.2038184094890237E7, | |
| "99.9" : 3.2038184094890237E7, | |
| "99.99" : 3.2038184094890237E7, | |
| "99.999" : 3.2038184094890237E7, | |
| "99.9999" : 3.2038184094890237E7, | |
| "100.0" : 3.2038184094890237E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.1789060793096803E7, | |
| 3.1494207804479692E7, | |
| 3.2038184094890237E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 3.8114468643107206E7, | |
| "scoreError" : 2.910409338174296E7, | |
| "scoreConfidence" : [ | |
| 9010375.261364244, | |
| 6.721856202485016E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.684471377906051E7, | |
| "50.0" : 3.7593598049207985E7, | |
| "90.0" : 3.990509410105312E7, | |
| "95.0" : 3.990509410105312E7, | |
| "99.0" : 3.990509410105312E7, | |
| "99.9" : 3.990509410105312E7, | |
| "99.99" : 3.990509410105312E7, | |
| "99.999" : 3.990509410105312E7, | |
| "99.9999" : 3.990509410105312E7, | |
| "100.0" : 3.990509410105312E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.7593598049207985E7, | |
| 3.684471377906051E7, | |
| 3.990509410105312E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "26.0.1+8-openj9-0.59.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1667834100009082E7, | |
| "scoreError" : 1.0130520268582866E7, | |
| "scoreConfidence" : [ | |
| 1537313.8314262163, | |
| 2.179835436859195E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1209484750921547E7, | |
| "50.0" : 1.1508702621628195E7, | |
| "90.0" : 1.2285314927477501E7, | |
| "95.0" : 1.2285314927477501E7, | |
| "99.0" : 1.2285314927477501E7, | |
| "99.9" : 1.2285314927477501E7, | |
| "99.99" : 1.2285314927477501E7, | |
| "99.999" : 1.2285314927477501E7, | |
| "99.9999" : 1.2285314927477501E7, | |
| "100.0" : 1.2285314927477501E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1508702621628195E7, | |
| 1.1209484750921547E7, | |
| 1.2285314927477501E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 2799868.291222185, | |
| "scoreError" : 569966.5278965771, | |
| "scoreConfidence" : [ | |
| 2229901.763325608, | |
| 3369834.819118762 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2763806.448412166, | |
| "50.0" : 2817058.3924739407, | |
| "90.0" : 2818740.032780447, | |
| "95.0" : 2818740.032780447, | |
| "99.0" : 2818740.032780447, | |
| "99.9" : 2818740.032780447, | |
| "99.99" : 2818740.032780447, | |
| "99.999" : 2818740.032780447, | |
| "99.9999" : 2818740.032780447, | |
| "100.0" : 2818740.032780447 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2763806.448412166, | |
| 2817058.3924739407, | |
| 2818740.032780447 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8867965.808786897, | |
| "scoreError" : 9989306.504368363, | |
| "scoreConfidence" : [ | |
| -1121340.695581466, | |
| 1.885727231315526E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8392426.358447608, | |
| "50.0" : 8744896.17321603, | |
| "90.0" : 9466574.894697053, | |
| "95.0" : 9466574.894697053, | |
| "99.0" : 9466574.894697053, | |
| "99.9" : 9466574.894697053, | |
| "99.99" : 9466574.894697053, | |
| "99.999" : 9466574.894697053, | |
| "99.9999" : 9466574.894697053, | |
| "100.0" : 9466574.894697053 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8744896.17321603, | |
| 8392426.358447608, | |
| 9466574.894697053 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "26.0.1+8-openj9-0.59.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.618946220128259E7, | |
| "scoreError" : 670599.3319975686, | |
| "scoreConfidence" : [ | |
| 1.5518862869285023E7, | |
| 1.686006153328016E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.6147102660480827E7, | |
| "50.0" : 1.6208320606414827E7, | |
| "90.0" : 1.6212963336952116E7, | |
| "95.0" : 1.6212963336952116E7, | |
| "99.0" : 1.6212963336952116E7, | |
| "99.9" : 1.6212963336952116E7, | |
| "99.99" : 1.6212963336952116E7, | |
| "99.999" : 1.6212963336952116E7, | |
| "99.9999" : 1.6212963336952116E7, | |
| "100.0" : 1.6212963336952116E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.6147102660480827E7, | |
| 1.6212963336952116E7, | |
| 1.6208320606414827E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 6896588.220673683, | |
| "scoreError" : 914451.4667972582, | |
| "scoreConfidence" : [ | |
| 5982136.753876425, | |
| 7811039.687470941 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6841541.738249202, | |
| "50.0" : 6908624.4978454, | |
| "90.0" : 6939598.425926448, | |
| "95.0" : 6939598.425926448, | |
| "99.0" : 6939598.425926448, | |
| "99.9" : 6939598.425926448, | |
| "99.99" : 6939598.425926448, | |
| "99.999" : 6939598.425926448, | |
| "99.9999" : 6939598.425926448, | |
| "100.0" : 6939598.425926448 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6939598.425926448, | |
| 6908624.4978454, | |
| 6841541.738249202 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 9292873.980608907, | |
| "scoreError" : 1464129.4395831355, | |
| "scoreConfidence" : [ | |
| 7828744.541025771, | |
| 1.0757003420192042E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9207504.23455438, | |
| "50.0" : 9304338.839106716, | |
| "90.0" : 9366778.868165623, | |
| "95.0" : 9366778.868165623, | |
| "99.0" : 9366778.868165623, | |
| "99.9" : 9366778.868165623, | |
| "99.99" : 9366778.868165623, | |
| "99.999" : 9366778.868165623, | |
| "99.9999" : 9366778.868165623, | |
| "100.0" : 9366778.868165623 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9207504.23455438, | |
| 9304338.839106716, | |
| 9366778.868165623 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_IBM_Semeru_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "Eclipse OpenJ9 VM", | |
| "vmVersion" : "26.0.1+8-openj9-0.59.0", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.411398039926524E7, | |
| "scoreError" : 1.3045584734629035E7, | |
| "scoreConfidence" : [ | |
| 6.106839566463621E7, | |
| 8.715956513389428E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.3386595778759E7, | |
| "50.0" : 7.413927587330413E7, | |
| "90.0" : 7.48160695457326E7, | |
| "95.0" : 7.48160695457326E7, | |
| "99.0" : 7.48160695457326E7, | |
| "99.9" : 7.48160695457326E7, | |
| "99.99" : 7.48160695457326E7, | |
| "99.999" : 7.48160695457326E7, | |
| "99.9999" : 7.48160695457326E7, | |
| "100.0" : 7.48160695457326E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.413927587330413E7, | |
| 7.48160695457326E7, | |
| 7.3386595778759E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.399058379258089E7, | |
| "scoreError" : 5326898.467270765, | |
| "scoreConfidence" : [ | |
| 2.8663685325310122E7, | |
| 3.931748225985165E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.3680143806526616E7, | |
| "50.0" : 3.403189300948601E7, | |
| "90.0" : 3.4259714561730035E7, | |
| "95.0" : 3.4259714561730035E7, | |
| "99.0" : 3.4259714561730035E7, | |
| "99.9" : 3.4259714561730035E7, | |
| "99.99" : 3.4259714561730035E7, | |
| "99.999" : 3.4259714561730035E7, | |
| "99.9999" : 3.4259714561730035E7, | |
| "100.0" : 3.4259714561730035E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.403189300948601E7, | |
| 3.4259714561730035E7, | |
| 3.3680143806526616E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.012339660668436E7, | |
| "scoreError" : 7756824.809430777, | |
| "scoreConfidence" : [ | |
| 3.236657179725358E7, | |
| 4.7880221416115135E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.9706451972232394E7, | |
| "50.0" : 4.010738286381812E7, | |
| "90.0" : 4.055635498400257E7, | |
| "95.0" : 4.055635498400257E7, | |
| "99.0" : 4.055635498400257E7, | |
| "99.9" : 4.055635498400257E7, | |
| "99.99" : 4.055635498400257E7, | |
| "99.999" : 4.055635498400257E7, | |
| "99.9999" : 4.055635498400257E7, | |
| "100.0" : 4.055635498400257E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.010738286381812E7, | |
| 4.055635498400257E7, | |
| 3.9706451972232394E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.185356057717364E7, | |
| "scoreError" : 1.0354823097545123E7, | |
| "scoreConfidence" : [ | |
| 2.149873747962852E7, | |
| 4.220838367471876E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.1205125979499236E7, | |
| "50.0" : 3.209531783530029E7, | |
| "90.0" : 3.22602379167214E7, | |
| "95.0" : 3.22602379167214E7, | |
| "99.0" : 3.22602379167214E7, | |
| "99.9" : 3.22602379167214E7, | |
| "99.99" : 3.22602379167214E7, | |
| "99.999" : 3.22602379167214E7, | |
| "99.9999" : 3.22602379167214E7, | |
| "100.0" : 3.22602379167214E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.1205125979499236E7, | |
| 3.22602379167214E7, | |
| 3.209531783530029E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 8936658.55503851, | |
| "scoreError" : 1592690.1931339444, | |
| "scoreConfidence" : [ | |
| 7343968.361904565, | |
| 1.0529348748172455E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8839458.69250862, | |
| "50.0" : 8962116.394451305, | |
| "90.0" : 9008400.578155607, | |
| "95.0" : 9008400.578155607, | |
| "99.0" : 9008400.578155607, | |
| "99.9" : 9008400.578155607, | |
| "99.99" : 9008400.578155607, | |
| "99.999" : 9008400.578155607, | |
| "99.9999" : 9008400.578155607, | |
| "100.0" : 9008400.578155607 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9008400.578155607, | |
| 8839458.69250862, | |
| 8962116.394451305 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 2.2916902022135127E7, | |
| "scoreError" : 1.1676923434150536E7, | |
| "scoreConfidence" : [ | |
| 1.1239978587984592E7, | |
| 3.459382545628566E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.2196725401343625E7, | |
| "50.0" : 2.3133201440848984E7, | |
| "90.0" : 2.3420779224212784E7, | |
| "95.0" : 2.3420779224212784E7, | |
| "99.0" : 2.3420779224212784E7, | |
| "99.9" : 2.3420779224212784E7, | |
| "99.99" : 2.3420779224212784E7, | |
| "99.999" : 2.3420779224212784E7, | |
| "99.9999" : 2.3420779224212784E7, | |
| "100.0" : 2.3420779224212784E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.2196725401343625E7, | |
| 2.3420779224212784E7, | |
| 2.3133201440848984E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.2316696823135898E7, | |
| "scoreError" : 1217113.7419287383, | |
| "scoreConfidence" : [ | |
| 1.109958308120716E7, | |
| 1.3533810565064635E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.2271980818689624E7, | |
| "50.0" : 1.2284730504490402E7, | |
| "90.0" : 1.2393379146227665E7, | |
| "95.0" : 1.2393379146227665E7, | |
| "99.0" : 1.2393379146227665E7, | |
| "99.9" : 1.2393379146227665E7, | |
| "99.99" : 1.2393379146227665E7, | |
| "99.999" : 1.2393379146227665E7, | |
| "99.9999" : 1.2393379146227665E7, | |
| "100.0" : 1.2393379146227665E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2393379146227665E7, | |
| 1.2284730504490402E7, | |
| 1.2271980818689624E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 5242300.102563613, | |
| "scoreError" : 464691.4568146414, | |
| "scoreConfidence" : [ | |
| 4777608.645748972, | |
| 5706991.559378254 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5225622.227581074, | |
| "50.0" : 5229658.719905154, | |
| "90.0" : 5271619.360204613, | |
| "95.0" : 5271619.360204613, | |
| "99.0" : 5271619.360204613, | |
| "99.9" : 5271619.360204613, | |
| "99.99" : 5271619.360204613, | |
| "99.999" : 5271619.360204613, | |
| "99.9999" : 5271619.360204613, | |
| "100.0" : 5271619.360204613 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5271619.360204613, | |
| 5225622.227581074, | |
| 5229658.719905154 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 7074396.720572283, | |
| "scoreError" : 763819.3559869451, | |
| "scoreConfidence" : [ | |
| 6310577.364585337, | |
| 7838216.076559228 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7042322.098784468, | |
| "50.0" : 7059108.276909326, | |
| "90.0" : 7121759.786023054, | |
| "95.0" : 7121759.786023054, | |
| "99.0" : 7121759.786023054, | |
| "99.9" : 7121759.786023054, | |
| "99.99" : 7121759.786023054, | |
| "99.999" : 7121759.786023054, | |
| "99.9999" : 7121759.786023054, | |
| "100.0" : 7121759.786023054 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7121759.786023054, | |
| 7059108.276909326, | |
| 7042322.098784468 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.450379245650788E7, | |
| "scoreError" : 1.6579734136430828E7, | |
| "scoreConfidence" : [ | |
| 5.792405832007705E7, | |
| 9.10835265929387E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.392189534712164E7, | |
| "50.0" : 7.403846843257084E7, | |
| "90.0" : 7.555101358983114E7, | |
| "95.0" : 7.555101358983114E7, | |
| "99.0" : 7.555101358983114E7, | |
| "99.9" : 7.555101358983114E7, | |
| "99.99" : 7.555101358983114E7, | |
| "99.999" : 7.555101358983114E7, | |
| "99.9999" : 7.555101358983114E7, | |
| "100.0" : 7.555101358983114E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.392189534712164E7, | |
| 7.403846843257084E7, | |
| 7.555101358983114E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.276848875836565E7, | |
| "scoreError" : 2014751.750238722, | |
| "scoreConfidence" : [ | |
| 3.075373700812693E7, | |
| 3.478324050860437E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.2691800266649127E7, | |
| "50.0" : 3.271859967055375E7, | |
| "90.0" : 3.2895066337894067E7, | |
| "95.0" : 3.2895066337894067E7, | |
| "99.0" : 3.2895066337894067E7, | |
| "99.9" : 3.2895066337894067E7, | |
| "99.99" : 3.2895066337894067E7, | |
| "99.999" : 3.2895066337894067E7, | |
| "99.9999" : 3.2895066337894067E7, | |
| "100.0" : 3.2895066337894067E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.2895066337894067E7, | |
| 3.2691800266649127E7, | |
| 3.271859967055375E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.173530369814223E7, | |
| "scoreError" : 1.757763885474102E7, | |
| "scoreConfidence" : [ | |
| 2.4157664843401212E7, | |
| 5.931294255288325E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.1026829009227574E7, | |
| "50.0" : 4.1346668165921725E7, | |
| "90.0" : 4.28324139192774E7, | |
| "95.0" : 4.28324139192774E7, | |
| "99.0" : 4.28324139192774E7, | |
| "99.9" : 4.28324139192774E7, | |
| "99.99" : 4.28324139192774E7, | |
| "99.999" : 4.28324139192774E7, | |
| "99.9999" : 4.28324139192774E7, | |
| "100.0" : 4.28324139192774E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.1026829009227574E7, | |
| 4.1346668165921725E7, | |
| 4.28324139192774E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/24.0.2-12/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+12", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.427281274429807E7, | |
| "scoreError" : 2560361.376915512, | |
| "scoreConfidence" : [ | |
| 2.171245136738256E7, | |
| 2.683317412121358E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.4126212648833126E7, | |
| "50.0" : 2.4286303101702873E7, | |
| "90.0" : 2.4405922482358214E7, | |
| "95.0" : 2.4405922482358214E7, | |
| "99.0" : 2.4405922482358214E7, | |
| "99.9" : 2.4405922482358214E7, | |
| "99.99" : 2.4405922482358214E7, | |
| "99.999" : 2.4405922482358214E7, | |
| "99.9999" : 2.4405922482358214E7, | |
| "100.0" : 2.4405922482358214E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.4405922482358214E7, | |
| 2.4126212648833126E7, | |
| 2.4286303101702873E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 1.0129928672830204E7, | |
| "scoreError" : 3902528.7641768963, | |
| "scoreConfidence" : [ | |
| 6227399.908653308, | |
| 1.40324574370071E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9950766.925505793, | |
| "50.0" : 1.007225595988559E7, | |
| "90.0" : 1.0366763133099232E7, | |
| "95.0" : 1.0366763133099232E7, | |
| "99.0" : 1.0366763133099232E7, | |
| "99.9" : 1.0366763133099232E7, | |
| "99.99" : 1.0366763133099232E7, | |
| "99.999" : 1.0366763133099232E7, | |
| "99.9999" : 1.0366763133099232E7, | |
| "100.0" : 1.0366763133099232E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.0366763133099232E7, | |
| 9950766.925505793, | |
| 1.007225595988559E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 1.4142884071467867E7, | |
| "scoreError" : 1676203.1042898397, | |
| "scoreConfidence" : [ | |
| 1.2466680967178028E7, | |
| 1.5819087175757706E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4039159349258982E7, | |
| "50.0" : 1.4175445723327331E7, | |
| "90.0" : 1.4214047141817285E7, | |
| "95.0" : 1.4214047141817285E7, | |
| "99.0" : 1.4214047141817285E7, | |
| "99.9" : 1.4214047141817285E7, | |
| "99.99" : 1.4214047141817285E7, | |
| "99.999" : 1.4214047141817285E7, | |
| "99.9999" : 1.4214047141817285E7, | |
| "100.0" : 1.4214047141817285E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4039159349258982E7, | |
| 1.4175445723327331E7, | |
| 1.4214047141817285E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/24.0.2-12/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+12", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4777861891555423E7, | |
| "scoreError" : 2133518.132700971, | |
| "scoreConfidence" : [ | |
| 1.2644343758854453E7, | |
| 1.6911380024256393E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.464525889436449E7, | |
| "50.0" : 1.4822060367426466E7, | |
| "90.0" : 1.4866266412875311E7, | |
| "95.0" : 1.4866266412875311E7, | |
| "99.0" : 1.4866266412875311E7, | |
| "99.9" : 1.4866266412875311E7, | |
| "99.99" : 1.4866266412875311E7, | |
| "99.999" : 1.4866266412875311E7, | |
| "99.9999" : 1.4866266412875311E7, | |
| "100.0" : 1.4866266412875311E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4866266412875311E7, | |
| 1.464525889436449E7, | |
| 1.4822060367426466E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 6711243.117431956, | |
| "scoreError" : 1000106.3171335912, | |
| "scoreConfidence" : [ | |
| 5711136.800298365, | |
| 7711349.434565548 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6648067.038554068, | |
| "50.0" : 6739405.927591842, | |
| "90.0" : 6746256.386149957, | |
| "95.0" : 6746256.386149957, | |
| "99.0" : 6746256.386149957, | |
| "99.9" : 6746256.386149957, | |
| "99.99" : 6746256.386149957, | |
| "99.999" : 6746256.386149957, | |
| "99.9999" : 6746256.386149957, | |
| "100.0" : 6746256.386149957 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6746256.386149957, | |
| 6648067.038554068, | |
| 6739405.927591842 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8066618.7741234675, | |
| "scoreError" : 1148620.5930360886, | |
| "scoreConfidence" : [ | |
| 6917998.181087378, | |
| 9215239.367159557 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7997191.855810422, | |
| "50.0" : 8082654.439834625, | |
| "90.0" : 8120010.026725354, | |
| "95.0" : 8120010.026725354, | |
| "99.0" : 8120010.026725354, | |
| "99.9" : 8120010.026725354, | |
| "99.99" : 8120010.026725354, | |
| "99.999" : 8120010.026725354, | |
| "99.9999" : 8120010.026725354, | |
| "100.0" : 8120010.026725354 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8120010.026725354, | |
| 7997191.855810422, | |
| 8082654.439834625 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/24.0.2-12/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "24.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "24.0.2+12", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.24675856914273E7, | |
| "scoreError" : 1.1816695880698971E7, | |
| "scoreConfidence" : [ | |
| 6.0650889810728334E7, | |
| 8.428428157212627E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.177993666400672E7, | |
| "50.0" : 7.25566824894535E7, | |
| "90.0" : 7.306613792082171E7, | |
| "95.0" : 7.306613792082171E7, | |
| "99.0" : 7.306613792082171E7, | |
| "99.9" : 7.306613792082171E7, | |
| "99.99" : 7.306613792082171E7, | |
| "99.999" : 7.306613792082171E7, | |
| "99.9999" : 7.306613792082171E7, | |
| "100.0" : 7.306613792082171E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.25566824894535E7, | |
| 7.177993666400672E7, | |
| 7.306613792082171E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.2356260858350277E7, | |
| "scoreError" : 1534759.6889636216, | |
| "scoreConfidence" : [ | |
| 3.0821501169386655E7, | |
| 3.38910205473139E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.2305838975549184E7, | |
| "50.0" : 3.230956699425653E7, | |
| "90.0" : 3.245337660524511E7, | |
| "95.0" : 3.245337660524511E7, | |
| "99.0" : 3.245337660524511E7, | |
| "99.9" : 3.245337660524511E7, | |
| "99.99" : 3.245337660524511E7, | |
| "99.999" : 3.245337660524511E7, | |
| "99.9999" : 3.245337660524511E7, | |
| "100.0" : 3.245337660524511E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.230956699425653E7, | |
| 3.2305838975549184E7, | |
| 3.245337660524511E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.0111324833077036E7, | |
| "scoreError" : 1.060599161389006E7, | |
| "scoreConfidence" : [ | |
| 2.9505333219186977E7, | |
| 5.0717316446967095E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.947409768845752E7, | |
| "50.0" : 4.0247115495196976E7, | |
| "90.0" : 4.0612761315576605E7, | |
| "95.0" : 4.0612761315576605E7, | |
| "99.0" : 4.0612761315576605E7, | |
| "99.9" : 4.0612761315576605E7, | |
| "99.99" : 4.0612761315576605E7, | |
| "99.999" : 4.0612761315576605E7, | |
| "99.9999" : 4.0612761315576605E7, | |
| "100.0" : 4.0612761315576605E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.0247115495196976E7, | |
| 3.947409768845752E7, | |
| 4.0612761315576605E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/25.0.0-ea.36.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25-beta+36-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.9180834301357586E7, | |
| "scoreError" : 5366183.370586895, | |
| "scoreConfidence" : [ | |
| 2.381465093077069E7, | |
| 3.4547017671944484E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.888783335391715E7, | |
| "50.0" : 2.917857201041822E7, | |
| "90.0" : 2.9476097539737392E7, | |
| "95.0" : 2.9476097539737392E7, | |
| "99.0" : 2.9476097539737392E7, | |
| "99.9" : 2.9476097539737392E7, | |
| "99.99" : 2.9476097539737392E7, | |
| "99.999" : 2.9476097539737392E7, | |
| "99.9999" : 2.9476097539737392E7, | |
| "100.0" : 2.9476097539737392E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.917857201041822E7, | |
| 2.888783335391715E7, | |
| 2.9476097539737392E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 1.3173554487881398E7, | |
| "scoreError" : 2993125.472119999, | |
| "scoreConfidence" : [ | |
| 1.0180429015761398E7, | |
| 1.6166679960001398E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.3019184886119774E7, | |
| "50.0" : 1.3155637825918501E7, | |
| "90.0" : 1.3345840751605917E7, | |
| "95.0" : 1.3345840751605917E7, | |
| "99.0" : 1.3345840751605917E7, | |
| "99.9" : 1.3345840751605917E7, | |
| "99.99" : 1.3345840751605917E7, | |
| "99.999" : 1.3345840751605917E7, | |
| "99.9999" : 1.3345840751605917E7, | |
| "100.0" : 1.3345840751605917E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.3019184886119774E7, | |
| 1.3345840751605917E7, | |
| 1.3155637825918501E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 1.6007279813476196E7, | |
| "scoreError" : 7496710.296506598, | |
| "scoreConfidence" : [ | |
| 8510569.516969599, | |
| 2.3503990109982792E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5541992602311239E7, | |
| "50.0" : 1.6159387124298451E7, | |
| "90.0" : 1.6320459713818893E7, | |
| "95.0" : 1.6320459713818893E7, | |
| "99.0" : 1.6320459713818893E7, | |
| "99.9" : 1.6320459713818893E7, | |
| "99.99" : 1.6320459713818893E7, | |
| "99.999" : 1.6320459713818893E7, | |
| "99.9999" : 1.6320459713818893E7, | |
| "100.0" : 1.6320459713818893E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.6159387124298451E7, | |
| 1.5541992602311239E7, | |
| 1.6320459713818893E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/25.0.0-ea.36.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25-beta+36-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5099232217304386E7, | |
| "scoreError" : 381561.77291410684, | |
| "scoreConfidence" : [ | |
| 1.471767044439028E7, | |
| 1.5480793990218492E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5078407263622629E7, | |
| "50.0" : 1.509905388848037E7, | |
| "90.0" : 1.512023549981016E7, | |
| "95.0" : 1.512023549981016E7, | |
| "99.0" : 1.512023549981016E7, | |
| "99.9" : 1.512023549981016E7, | |
| "99.99" : 1.512023549981016E7, | |
| "99.999" : 1.512023549981016E7, | |
| "99.9999" : 1.512023549981016E7, | |
| "100.0" : 1.512023549981016E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.512023549981016E7, | |
| 1.5078407263622629E7, | |
| 1.509905388848037E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 6709465.459223491, | |
| "scoreError" : 799072.6940565329, | |
| "scoreConfidence" : [ | |
| 5910392.765166958, | |
| 7508538.153280024 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6665434.946855482, | |
| "50.0" : 6709930.444880596, | |
| "90.0" : 6753030.985934394, | |
| "95.0" : 6753030.985934394, | |
| "99.0" : 6753030.985934394, | |
| "99.9" : 6753030.985934394, | |
| "99.99" : 6753030.985934394, | |
| "99.999" : 6753030.985934394, | |
| "99.9999" : 6753030.985934394, | |
| "100.0" : 6753030.985934394 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6709930.444880596, | |
| 6665434.946855482, | |
| 6753030.985934394 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8389766.758080896, | |
| "scoreError" : 691560.3661928598, | |
| "scoreConfidence" : [ | |
| 7698206.391888036, | |
| 9081327.124273757 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8346022.902545977, | |
| "50.0" : 8410305.05492956, | |
| "90.0" : 8412972.316767149, | |
| "95.0" : 8412972.316767149, | |
| "99.0" : 8412972.316767149, | |
| "99.9" : 8412972.316767149, | |
| "99.99" : 8412972.316767149, | |
| "99.999" : 8412972.316767149, | |
| "99.9999" : 8412972.316767149, | |
| "100.0" : 8412972.316767149 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8410305.05492956, | |
| 8412972.316767149, | |
| 8346022.902545977 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/25.0.0-ea.36.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25-beta+36-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.658690863588871E7, | |
| "scoreError" : 7153450.742718598, | |
| "scoreConfidence" : [ | |
| 6.943345789317012E7, | |
| 8.37403593786073E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.61718722914468E7, | |
| "50.0" : 7.663772716562766E7, | |
| "90.0" : 7.695112645059168E7, | |
| "95.0" : 7.695112645059168E7, | |
| "99.0" : 7.695112645059168E7, | |
| "99.9" : 7.695112645059168E7, | |
| "99.99" : 7.695112645059168E7, | |
| "99.999" : 7.695112645059168E7, | |
| "99.9999" : 7.695112645059168E7, | |
| "100.0" : 7.695112645059168E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.695112645059168E7, | |
| 7.663772716562766E7, | |
| 7.61718722914468E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.339875337709032E7, | |
| "scoreError" : 5684140.2588914875, | |
| "scoreConfidence" : [ | |
| 2.7714613118198834E7, | |
| 3.9082893635981806E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.3166432090602726E7, | |
| "50.0" : 3.3277018974235427E7, | |
| "90.0" : 3.3752809066432804E7, | |
| "95.0" : 3.3752809066432804E7, | |
| "99.0" : 3.3752809066432804E7, | |
| "99.9" : 3.3752809066432804E7, | |
| "99.99" : 3.3752809066432804E7, | |
| "99.999" : 3.3752809066432804E7, | |
| "99.9999" : 3.3752809066432804E7, | |
| "100.0" : 3.3752809066432804E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.3277018974235427E7, | |
| 3.3166432090602726E7, | |
| 3.3752809066432804E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.31881552587984E7, | |
| "scoreError" : 1.2291316490222638E7, | |
| "scoreConfidence" : [ | |
| 3.0896838768575758E7, | |
| 5.547947174902104E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.241906322501399E7, | |
| "50.0" : 4.347129507502493E7, | |
| "90.0" : 4.367410747635626E7, | |
| "95.0" : 4.367410747635626E7, | |
| "99.0" : 4.367410747635626E7, | |
| "99.9" : 4.367410747635626E7, | |
| "99.99" : 4.367410747635626E7, | |
| "99.999" : 4.367410747635626E7, | |
| "99.9999" : 4.367410747635626E7, | |
| "100.0" : 4.367410747635626E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.367410747635626E7, | |
| 4.347129507502493E7, | |
| 4.241906322501399E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.2+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.7671360437015206E7, | |
| "scoreError" : 3259766.2026273566, | |
| "scoreConfidence" : [ | |
| 3.441159423438785E7, | |
| 4.093112663964256E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.754730268428202E7, | |
| "50.0" : 3.759061899519787E7, | |
| "90.0" : 3.787615963156574E7, | |
| "95.0" : 3.787615963156574E7, | |
| "99.0" : 3.787615963156574E7, | |
| "99.9" : 3.787615963156574E7, | |
| "99.99" : 3.787615963156574E7, | |
| "99.999" : 3.787615963156574E7, | |
| "99.9999" : 3.787615963156574E7, | |
| "100.0" : 3.787615963156574E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.754730268428202E7, | |
| 3.787615963156574E7, | |
| 3.759061899519787E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 9121838.136528851, | |
| "scoreError" : 1787512.0405684805, | |
| "scoreConfidence" : [ | |
| 7334326.095960371, | |
| 1.0909350177097332E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9012231.400342003, | |
| "50.0" : 9152356.364836842, | |
| "90.0" : 9200926.64440771, | |
| "95.0" : 9200926.64440771, | |
| "99.0" : 9200926.64440771, | |
| "99.9" : 9200926.64440771, | |
| "99.99" : 9200926.64440771, | |
| "99.999" : 9200926.64440771, | |
| "99.9999" : 9200926.64440771, | |
| "100.0" : 9200926.64440771 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9200926.64440771, | |
| 9012231.400342003, | |
| 9152356.364836842 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 2.854952230048636E7, | |
| "scoreError" : 5037682.958025912, | |
| "scoreConfidence" : [ | |
| 2.3511839342460446E7, | |
| 3.358720525851227E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.8346376039874304E7, | |
| "50.0" : 2.843826263036103E7, | |
| "90.0" : 2.886392823122374E7, | |
| "95.0" : 2.886392823122374E7, | |
| "99.0" : 2.886392823122374E7, | |
| "99.9" : 2.886392823122374E7, | |
| "99.99" : 2.886392823122374E7, | |
| "99.999" : 2.886392823122374E7, | |
| "99.9999" : 2.886392823122374E7, | |
| "100.0" : 2.886392823122374E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.8346376039874304E7, | |
| 2.886392823122374E7, | |
| 2.843826263036103E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.2+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4565523871832361E7, | |
| "scoreError" : 1790967.582730446, | |
| "scoreConfidence" : [ | |
| 1.2774556289101915E7, | |
| 1.6356491454562807E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4483068436899222E7, | |
| "50.0" : 1.4539387103877386E7, | |
| "90.0" : 1.4674116074720474E7, | |
| "95.0" : 1.4674116074720474E7, | |
| "99.0" : 1.4674116074720474E7, | |
| "99.9" : 1.4674116074720474E7, | |
| "99.99" : 1.4674116074720474E7, | |
| "99.999" : 1.4674116074720474E7, | |
| "99.9999" : 1.4674116074720474E7, | |
| "100.0" : 1.4674116074720474E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4674116074720474E7, | |
| 1.4483068436899222E7, | |
| 1.4539387103877386E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6563895.363754316, | |
| "scoreError" : 328938.5662566694, | |
| "scoreConfidence" : [ | |
| 6234956.797497647, | |
| 6892833.930010986 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6551611.010950959, | |
| "50.0" : 6555480.400983321, | |
| "90.0" : 6584594.679328668, | |
| "95.0" : 6584594.679328668, | |
| "99.0" : 6584594.679328668, | |
| "99.9" : 6584594.679328668, | |
| "99.99" : 6584594.679328668, | |
| "99.999" : 6584594.679328668, | |
| "99.9999" : 6584594.679328668, | |
| "100.0" : 6584594.679328668 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6555480.400983321, | |
| 6584594.679328668, | |
| 6551611.010950959 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8001628.508078043, | |
| "scoreError" : 2020176.9602417424, | |
| "scoreConfidence" : [ | |
| 5981451.547836301, | |
| 1.0021805468319785E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7898473.757570554, | |
| "50.0" : 7987776.092926423, | |
| "90.0" : 8118635.673737154, | |
| "95.0" : 8118635.673737154, | |
| "99.0" : 8118635.673737154, | |
| "99.9" : 8118635.673737154, | |
| "99.99" : 8118635.673737154, | |
| "99.999" : 8118635.673737154, | |
| "99.9999" : 8118635.673737154, | |
| "100.0" : 8118635.673737154 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8118635.673737154, | |
| 7898473.757570554, | |
| 7987776.092926423 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.2", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.2+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.486095859919833E7, | |
| "scoreError" : 8875821.652209492, | |
| "scoreConfidence" : [ | |
| 6.5985136946988836E7, | |
| 8.373678025140782E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.436541460253465E7, | |
| "50.0" : 7.487955222867468E7, | |
| "90.0" : 7.533790896638563E7, | |
| "95.0" : 7.533790896638563E7, | |
| "99.0" : 7.533790896638563E7, | |
| "99.9" : 7.533790896638563E7, | |
| "99.99" : 7.533790896638563E7, | |
| "99.999" : 7.533790896638563E7, | |
| "99.9999" : 7.533790896638563E7, | |
| "100.0" : 7.533790896638563E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.436541460253465E7, | |
| 7.533790896638563E7, | |
| 7.487955222867468E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.3453477351431567E7, | |
| "scoreError" : 1230691.8857533927, | |
| "scoreConfidence" : [ | |
| 3.2222785465678174E7, | |
| 3.468416923718496E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.3376266319245394E7, | |
| "50.0" : 3.3483168006625306E7, | |
| "90.0" : 3.3500997728423998E7, | |
| "95.0" : 3.3500997728423998E7, | |
| "99.0" : 3.3500997728423998E7, | |
| "99.9" : 3.3500997728423998E7, | |
| "99.99" : 3.3500997728423998E7, | |
| "99.999" : 3.3500997728423998E7, | |
| "99.9999" : 3.3500997728423998E7, | |
| "100.0" : 3.3500997728423998E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.3376266319245394E7, | |
| 3.3483168006625306E7, | |
| 3.3500997728423998E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.1407481247766756E7, | |
| "scoreError" : 7909032.275046001, | |
| "scoreConfidence" : [ | |
| 3.3498448972720753E7, | |
| 4.9316513522812754E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.098914828328925E7, | |
| "50.0" : 4.137855450025069E7, | |
| "90.0" : 4.185474095976032E7, | |
| "95.0" : 4.185474095976032E7, | |
| "99.0" : 4.185474095976032E7, | |
| "99.9" : 4.185474095976032E7, | |
| "99.99" : 4.185474095976032E7, | |
| "99.999" : 4.185474095976032E7, | |
| "99.9999" : 4.185474095976032E7, | |
| "100.0" : 4.185474095976032E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.098914828328925E7, | |
| 4.185474095976032E7, | |
| 4.137855450025069E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.0-ea.30.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26-beta+30-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.555201882366799E7, | |
| "scoreError" : 7345984.105106923, | |
| "scoreConfidence" : [ | |
| 1.8206034718561064E7, | |
| 3.2898002928774912E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.5092583154370178E7, | |
| "50.0" : 2.571990821334752E7, | |
| "90.0" : 2.5843565103286263E7, | |
| "95.0" : 2.5843565103286263E7, | |
| "99.0" : 2.5843565103286263E7, | |
| "99.9" : 2.5843565103286263E7, | |
| "99.99" : 2.5843565103286263E7, | |
| "99.999" : 2.5843565103286263E7, | |
| "99.9999" : 2.5843565103286263E7, | |
| "100.0" : 2.5843565103286263E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.5092583154370178E7, | |
| 2.5843565103286263E7, | |
| 2.571990821334752E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 1.055823722372667E7, | |
| "scoreError" : 2241803.7311438504, | |
| "scoreConfidence" : [ | |
| 8316433.4925828185, | |
| 1.280004095487052E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.0426660657218948E7, | |
| "50.0" : 1.057803199617583E7, | |
| "90.0" : 1.067001901778523E7, | |
| "95.0" : 1.067001901778523E7, | |
| "99.0" : 1.067001901778523E7, | |
| "99.9" : 1.067001901778523E7, | |
| "99.99" : 1.067001901778523E7, | |
| "99.999" : 1.067001901778523E7, | |
| "99.9999" : 1.067001901778523E7, | |
| "100.0" : 1.067001901778523E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.067001901778523E7, | |
| 1.0426660657218948E7, | |
| 1.057803199617583E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 1.4993781599941315E7, | |
| "scoreError" : 9367173.171646642, | |
| "scoreConfidence" : [ | |
| 5626608.428294674, | |
| 2.4360954771587957E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4422564136584949E7, | |
| "50.0" : 1.5141876217171686E7, | |
| "90.0" : 1.5416904446067315E7, | |
| "95.0" : 1.5416904446067315E7, | |
| "99.0" : 1.5416904446067315E7, | |
| "99.9" : 1.5416904446067315E7, | |
| "99.99" : 1.5416904446067315E7, | |
| "99.999" : 1.5416904446067315E7, | |
| "99.9999" : 1.5416904446067315E7, | |
| "100.0" : 1.5416904446067315E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4422564136584949E7, | |
| 1.5416904446067315E7, | |
| 1.5141876217171686E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.0-ea.30.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26-beta+30-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5874944430666523E7, | |
| "scoreError" : 1814138.9269582487, | |
| "scoreConfidence" : [ | |
| 1.4060805503708275E7, | |
| 1.7689083357624773E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5762872035320835E7, | |
| "50.0" : 1.59093481640427E7, | |
| "90.0" : 1.5952613092636034E7, | |
| "95.0" : 1.5952613092636034E7, | |
| "99.0" : 1.5952613092636034E7, | |
| "99.9" : 1.5952613092636034E7, | |
| "99.99" : 1.5952613092636034E7, | |
| "99.999" : 1.5952613092636034E7, | |
| "99.9999" : 1.5952613092636034E7, | |
| "100.0" : 1.5952613092636034E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5762872035320835E7, | |
| 1.59093481640427E7, | |
| 1.5952613092636034E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 7060922.073823467, | |
| "scoreError" : 1011502.3783577095, | |
| "scoreConfidence" : [ | |
| 6049419.6954657575, | |
| 8072424.452181176 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7001980.165379753, | |
| "50.0" : 7068750.245892583, | |
| "90.0" : 7112035.810198063, | |
| "95.0" : 7112035.810198063, | |
| "99.0" : 7112035.810198063, | |
| "99.9" : 7112035.810198063, | |
| "99.99" : 7112035.810198063, | |
| "99.999" : 7112035.810198063, | |
| "99.9999" : 7112035.810198063, | |
| "100.0" : 7112035.810198063 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7001980.165379753, | |
| 7068750.245892583, | |
| 7112035.810198063 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8814022.356843056, | |
| "scoreError" : 839436.5987494044, | |
| "scoreConfidence" : [ | |
| 7974585.758093651, | |
| 9653458.95559246 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8760891.869941082, | |
| "50.0" : 8840577.28243797, | |
| "90.0" : 8840597.918150116, | |
| "95.0" : 8840597.918150116, | |
| "99.0" : 8840597.918150116, | |
| "99.9" : 8840597.918150116, | |
| "99.99" : 8840597.918150116, | |
| "99.999" : 8840597.918150116, | |
| "99.9999" : 8840597.918150116, | |
| "100.0" : 8840597.918150116 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8760891.869941082, | |
| 8840597.918150116, | |
| 8840577.28243797 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.0-ea.30.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26-beta+30-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.431859394025338E7, | |
| "scoreError" : 1.4067786802571593E7, | |
| "scoreConfidence" : [ | |
| 6.025080713768178E7, | |
| 8.838638074282497E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.353002726670197E7, | |
| "50.0" : 7.435479686942837E7, | |
| "90.0" : 7.50709576846298E7, | |
| "95.0" : 7.50709576846298E7, | |
| "99.0" : 7.50709576846298E7, | |
| "99.9" : 7.50709576846298E7, | |
| "99.99" : 7.50709576846298E7, | |
| "99.999" : 7.50709576846298E7, | |
| "99.9999" : 7.50709576846298E7, | |
| "100.0" : 7.50709576846298E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.50709576846298E7, | |
| 7.353002726670197E7, | |
| 7.435479686942837E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "put" : { | |
| "score" : 3.2866341596576527E7, | |
| "scoreError" : 1523714.5569842474, | |
| "scoreConfidence" : [ | |
| 3.134262703959228E7, | |
| 3.439005615356077E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.279764418746962E7, | |
| "50.0" : 3.2842072221454035E7, | |
| "90.0" : 3.295930838080593E7, | |
| "95.0" : 3.295930838080593E7, | |
| "99.0" : 3.295930838080593E7, | |
| "99.9" : 3.295930838080593E7, | |
| "99.99" : 3.295930838080593E7, | |
| "99.999" : 3.295930838080593E7, | |
| "99.9999" : 3.295930838080593E7, | |
| "100.0" : 3.295930838080593E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.2842072221454035E7, | |
| 3.295930838080593E7, | |
| 3.279764418746962E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.145225234367685E7, | |
| "scoreError" : 1.5216097681790406E7, | |
| "scoreConfidence" : [ | |
| 2.6236154661886446E7, | |
| 5.6668350025467254E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.0570718885896035E7, | |
| "50.0" : 4.155715268195875E7, | |
| "90.0" : 4.222888546317576E7, | |
| "95.0" : 4.222888546317576E7, | |
| "99.0" : 4.222888546317576E7, | |
| "99.9" : 4.222888546317576E7, | |
| "99.99" : 4.222888546317576E7, | |
| "99.999" : 4.222888546317576E7, | |
| "99.9999" : 4.222888546317576E7, | |
| "100.0" : 4.222888546317576E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.222888546317576E7, | |
| 4.0570718885896035E7, | |
| 4.155715268195875E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26.0.1+8", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.991063332613408E7, | |
| "scoreError" : 1.7318757133310482E7, | |
| "scoreConfidence" : [ | |
| 2.2591876192823596E7, | |
| 5.722939045944456E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.886382319768868E7, | |
| "50.0" : 4.015241631891518E7, | |
| "90.0" : 4.071566046179837E7, | |
| "95.0" : 4.071566046179837E7, | |
| "99.0" : 4.071566046179837E7, | |
| "99.9" : 4.071566046179837E7, | |
| "99.99" : 4.071566046179837E7, | |
| "99.999" : 4.071566046179837E7, | |
| "99.9999" : 4.071566046179837E7, | |
| "100.0" : 4.071566046179837E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.886382319768868E7, | |
| 4.015241631891518E7, | |
| 4.071566046179837E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 8397225.067751585, | |
| "scoreError" : 1602045.2517899605, | |
| "scoreConfidence" : [ | |
| 6795179.815961624, | |
| 9999270.319541546 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8304557.815002745, | |
| "50.0" : 8407910.453547386, | |
| "90.0" : 8479206.934704617, | |
| "95.0" : 8479206.934704617, | |
| "99.0" : 8479206.934704617, | |
| "99.9" : 8479206.934704617, | |
| "99.99" : 8479206.934704617, | |
| "99.999" : 8479206.934704617, | |
| "99.9999" : 8479206.934704617, | |
| "100.0" : 8479206.934704617 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8479206.934704617, | |
| 8304557.815002745, | |
| 8407910.453547386 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 3.1513408258382495E7, | |
| "scoreError" : 1.8321126898438446E7, | |
| "scoreConfidence" : [ | |
| 1.319228135994405E7, | |
| 4.983453515682094E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.0384616262984063E7, | |
| "50.0" : 3.184785850391244E7, | |
| "90.0" : 3.2307750008250985E7, | |
| "95.0" : 3.2307750008250985E7, | |
| "99.0" : 3.2307750008250985E7, | |
| "99.9" : 3.2307750008250985E7, | |
| "99.99" : 3.2307750008250985E7, | |
| "99.999" : 3.2307750008250985E7, | |
| "99.9999" : 3.2307750008250985E7, | |
| "100.0" : 3.2307750008250985E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.0384616262984063E7, | |
| 3.184785850391244E7, | |
| 3.2307750008250985E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26.0.1+8", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.565985304233925E7, | |
| "scoreError" : 417695.76080492506, | |
| "scoreConfidence" : [ | |
| 1.5242157281534325E7, | |
| 1.6077548803144176E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5636441286185844E7, | |
| "50.0" : 1.566092347669505E7, | |
| "90.0" : 1.5682194364136858E7, | |
| "95.0" : 1.5682194364136858E7, | |
| "99.0" : 1.5682194364136858E7, | |
| "99.9" : 1.5682194364136858E7, | |
| "99.99" : 1.5682194364136858E7, | |
| "99.999" : 1.5682194364136858E7, | |
| "99.9999" : 1.5682194364136858E7, | |
| "100.0" : 1.5682194364136858E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.566092347669505E7, | |
| 1.5636441286185844E7, | |
| 1.5682194364136858E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6105523.990831594, | |
| "scoreError" : 198028.72668106033, | |
| "scoreConfidence" : [ | |
| 5907495.264150534, | |
| 6303552.717512654 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6093662.945659531, | |
| "50.0" : 6107946.017995953, | |
| "90.0" : 6114963.008839294, | |
| "95.0" : 6114963.008839294, | |
| "99.0" : 6114963.008839294, | |
| "99.9" : 6114963.008839294, | |
| "99.99" : 6114963.008839294, | |
| "99.999" : 6114963.008839294, | |
| "99.9999" : 6114963.008839294, | |
| "100.0" : 6114963.008839294 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6107946.017995953, | |
| 6114963.008839294, | |
| 6093662.945659531 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 9554329.051507657, | |
| "scoreError" : 612022.1172890451, | |
| "scoreConfidence" : [ | |
| 8942306.934218612, | |
| 1.0166351168796703E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9521478.277346548, | |
| "50.0" : 9552977.458699096, | |
| "90.0" : 9588531.418477327, | |
| "95.0" : 9588531.418477327, | |
| "99.0" : 9588531.418477327, | |
| "99.9" : 9588531.418477327, | |
| "99.99" : 9588531.418477327, | |
| "99.999" : 9588531.418477327, | |
| "99.9999" : 9588531.418477327, | |
| "100.0" : 9588531.418477327 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9552977.458699096, | |
| 9521478.277346548, | |
| 9588531.418477327 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/26.0.1-8/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "26.0.1", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "26.0.1+8", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 7.672035012189738E7, | |
| "scoreError" : 8917528.396725416, | |
| "scoreConfidence" : [ | |
| 6.780282172517197E7, | |
| 8.56378785186228E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.616125315418988E7, | |
| "50.0" : 7.693294189001173E7, | |
| "90.0" : 7.706685532149051E7, | |
| "95.0" : 7.706685532149051E7, | |
| "99.0" : 7.706685532149051E7, | |
| "99.9" : 7.706685532149051E7, | |
| "99.99" : 7.706685532149051E7, | |
| "99.999" : 7.706685532149051E7, | |
| "99.9999" : 7.706685532149051E7, | |
| "100.0" : 7.706685532149051E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 7.616125315418988E7, | |
| 7.693294189001173E7, | |
| 7.706685532149051E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.239063575948671E7, | |
| "scoreError" : 5288603.942093738, | |
| "scoreConfidence" : [ | |
| 2.710203181739297E7, | |
| 3.767923970158045E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.2182693498419505E7, | |
| "50.0" : 3.2267441670336172E7, | |
| "90.0" : 3.272177210970445E7, | |
| "95.0" : 3.272177210970445E7, | |
| "99.0" : 3.272177210970445E7, | |
| "99.9" : 3.272177210970445E7, | |
| "99.99" : 3.272177210970445E7, | |
| "99.999" : 3.272177210970445E7, | |
| "99.9999" : 3.272177210970445E7, | |
| "100.0" : 3.272177210970445E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.272177210970445E7, | |
| 3.2267441670336172E7, | |
| 3.2182693498419505E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 4.4329714362410665E7, | |
| "scoreError" : 1.4205989188860886E7, | |
| "scoreConfidence" : [ | |
| 3.012372517354978E7, | |
| 5.853570355127155E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.343948104448544E7, | |
| "50.0" : 4.466550021967555E7, | |
| "90.0" : 4.488416182307101E7, | |
| "95.0" : 4.488416182307101E7, | |
| "99.0" : 4.488416182307101E7, | |
| "99.9" : 4.488416182307101E7, | |
| "99.99" : 4.488416182307101E7, | |
| "99.999" : 4.488416182307101E7, | |
| "99.9999" : 4.488416182307101E7, | |
| "100.0" : 4.488416182307101E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.343948104448544E7, | |
| 4.466550021967555E7, | |
| 4.488416182307101E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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
| [ | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.3375228192546666E7, | |
| "scoreError" : 1.291790460777006E7, | |
| "scoreConfidence" : [ | |
| 2.0457323584776606E7, | |
| 4.629313280031672E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.2661072005923256E7, | |
| "50.0" : 3.338755360370622E7, | |
| "90.0" : 3.4077058968010515E7, | |
| "95.0" : 3.4077058968010515E7, | |
| "99.0" : 3.4077058968010515E7, | |
| "99.9" : 3.4077058968010515E7, | |
| "99.99" : 3.4077058968010515E7, | |
| "99.999" : 3.4077058968010515E7, | |
| "99.9999" : 3.4077058968010515E7, | |
| "100.0" : 3.4077058968010515E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.2661072005923256E7, | |
| 3.338755360370622E7, | |
| 3.4077058968010515E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 9370609.653173994, | |
| "scoreError" : 3952098.2876514047, | |
| "scoreConfidence" : [ | |
| 5418511.36552259, | |
| 1.3322707940825399E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9147498.287716717, | |
| "50.0" : 9384218.353946483, | |
| "90.0" : 9580112.317858784, | |
| "95.0" : 9580112.317858784, | |
| "99.0" : 9580112.317858784, | |
| "99.9" : 9580112.317858784, | |
| "99.99" : 9580112.317858784, | |
| "99.999" : 9580112.317858784, | |
| "99.9999" : 9580112.317858784, | |
| "100.0" : 9580112.317858784 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9580112.317858784, | |
| 9384218.353946483, | |
| 9147498.287716717 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 2.4004618539372668E7, | |
| "scoreError" : 1.6862694100377116E7, | |
| "scoreConfidence" : [ | |
| 7141924.438995551, | |
| 4.086731263974978E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.308095968806447E7, | |
| "50.0" : 2.4003335249759737E7, | |
| "90.0" : 2.4929560680293802E7, | |
| "95.0" : 2.4929560680293802E7, | |
| "99.0" : 2.4929560680293802E7, | |
| "99.9" : 2.4929560680293802E7, | |
| "99.99" : 2.4929560680293802E7, | |
| "99.999" : 2.4929560680293802E7, | |
| "99.9999" : 2.4929560680293802E7, | |
| "100.0" : 2.4929560680293802E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.308095968806447E7, | |
| 2.4003335249759737E7, | |
| 2.4929560680293802E7 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5068347638276959E7, | |
| "scoreError" : 1019060.5941619147, | |
| "scoreConfidence" : [ | |
| 1.4049287044115044E7, | |
| 1.6087408232438873E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5012572548608411E7, | |
| "50.0" : 1.506818188683432E7, | |
| "90.0" : 1.5124288479388148E7, | |
| "95.0" : 1.5124288479388148E7, | |
| "99.0" : 1.5124288479388148E7, | |
| "99.9" : 1.5124288479388148E7, | |
| "99.99" : 1.5124288479388148E7, | |
| "99.999" : 1.5124288479388148E7, | |
| "99.9999" : 1.5124288479388148E7, | |
| "100.0" : 1.5124288479388148E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.506818188683432E7, | |
| 1.5012572548608411E7, | |
| 1.5124288479388148E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 6681599.869655347, | |
| "scoreError" : 110562.18756583329, | |
| "scoreConfidence" : [ | |
| 6571037.682089514, | |
| 6792162.057221181 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6674664.254488943, | |
| "50.0" : 6684261.448313617, | |
| "90.0" : 6685873.906163481, | |
| "95.0" : 6685873.906163481, | |
| "99.0" : 6685873.906163481, | |
| "99.9" : 6685873.906163481, | |
| "99.99" : 6685873.906163481, | |
| "99.999" : 6685873.906163481, | |
| "99.9999" : 6685873.906163481, | |
| "100.0" : 6685873.906163481 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6684261.448313617, | |
| 6674664.254488943, | |
| 6685873.906163481 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 8386747.768621612, | |
| "scoreError" : 917891.9607095264, | |
| "scoreConfidence" : [ | |
| 7468855.807912086, | |
| 9304639.72933114 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8337908.294119467, | |
| "50.0" : 8383920.438520702, | |
| "90.0" : 8438414.573224667, | |
| "95.0" : 8438414.573224667, | |
| "99.0" : 8438414.573224667, | |
| "99.9" : 8438414.573224667, | |
| "99.99" : 8438414.573224667, | |
| "99.999" : 8438414.573224667, | |
| "99.9999" : 8438414.573224667, | |
| "100.0" : 8438414.573224667 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8383920.438520702, | |
| 8337908.294119467, | |
| 8438414.573224667 | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.PutRemoveBenchmark.group", | |
| "mode" : "thrpt", | |
| "threads" : 8, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "cacheType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.762599999016477E7, | |
| "scoreError" : 9332026.72394869, | |
| "scoreConfidence" : [ | |
| 5.8293973266216084E7, | |
| 7.695802671411346E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.711597857740021E7, | |
| "50.0" : 6.762301612170592E7, | |
| "90.0" : 6.813900527138819E7, | |
| "95.0" : 6.813900527138819E7, | |
| "99.0" : 6.813900527138819E7, | |
| "99.9" : 6.813900527138819E7, | |
| "99.99" : 6.813900527138819E7, | |
| "99.999" : 6.813900527138819E7, | |
| "99.9999" : 6.813900527138819E7, | |
| "100.0" : 6.813900527138819E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.762301612170592E7, | |
| 6.711597857740021E7, | |
| 6.813900527138819E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| "async" : { | |
| "score" : "NaN", | |
| "scoreError" : "NaN", | |
| "scoreConfidence" : [ | |
| "NaN", | |
| "NaN" | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : "NaN", | |
| "50.0" : "NaN", | |
| "90.0" : "NaN", | |
| "95.0" : "NaN", | |
| "99.0" : "NaN", | |
| "99.9" : "NaN", | |
| "99.99" : "NaN", | |
| "99.999" : "NaN", | |
| "99.9999" : "NaN", | |
| "100.0" : "NaN" | |
| }, | |
| "scoreUnit" : "---", | |
| "rawData" : [ | |
| [ | |
| "NaN" | |
| ] | |
| ] | |
| }, | |
| "put" : { | |
| "score" : 3.1282595694028903E7, | |
| "scoreError" : 1513863.7431091035, | |
| "scoreConfidence" : [ | |
| 2.97687319509198E7, | |
| 3.2796459437138006E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.1220614437646788E7, | |
| "50.0" : 3.1250305835619204E7, | |
| "90.0" : 3.1376866808820713E7, | |
| "95.0" : 3.1376866808820713E7, | |
| "99.0" : 3.1376866808820713E7, | |
| "99.9" : 3.1376866808820713E7, | |
| "99.99" : 3.1376866808820713E7, | |
| "99.999" : 3.1376866808820713E7, | |
| "99.9999" : 3.1376866808820713E7, | |
| "100.0" : 3.1376866808820713E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.1220614437646788E7, | |
| 3.1376866808820713E7, | |
| 3.1250305835619204E7 | |
| ] | |
| ] | |
| }, | |
| "remove" : { | |
| "score" : 3.6343404296135865E7, | |
| "scoreError" : 1.0527726179968435E7, | |
| "scoreConfidence" : [ | |
| 2.581567811616743E7, | |
| 4.6871130476104304E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.57391117685795E7, | |
| "50.0" : 3.6402401684059136E7, | |
| "90.0" : 3.688869943576897E7, | |
| "95.0" : 3.688869943576897E7, | |
| "99.0" : 3.688869943576897E7, | |
| "99.9" : 3.688869943576897E7, | |
| "99.99" : 3.688869943576897E7, | |
| "99.999" : 3.688869943576897E7, | |
| "99.9999" : 3.688869943576897E7, | |
| "100.0" : 3.688869943576897E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.6402401684059136E7, | |
| 3.57391117685795E7, | |
| 3.688869943576897E7 | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment