Last active
May 9, 2026 01:04
-
-
Save ben-manes/511298014cc5629cbc5e57f09fd4c430 to your computer and use it in GitHub Desktop.
Compute 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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.819210566894016E8, | |
| "scoreError" : 7.673814152996138E7, | |
| "scoreConfidence" : [ | |
| 3.051829151594403E8, | |
| 4.58659198219363E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.771256685754089E8, | |
| "50.0" : 3.836509547888882E8, | |
| "90.0" : 3.849865467039078E8, | |
| "95.0" : 3.849865467039078E8, | |
| "99.0" : 3.849865467039078E8, | |
| "99.9" : 3.849865467039078E8, | |
| "99.99" : 3.849865467039078E8, | |
| "99.999" : 3.849865467039078E8, | |
| "99.9999" : 3.849865467039078E8, | |
| "100.0" : 3.849865467039078E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.836509547888882E8, | |
| 3.849865467039078E8, | |
| 3.771256685754089E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.788209810709766E7, | |
| "scoreError" : 838689.7867461303, | |
| "scoreConfidence" : [ | |
| 4.704340832035153E7, | |
| 4.872078789384379E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.784544361033258E7, | |
| "50.0" : 4.786717318106187E7, | |
| "90.0" : 4.793367752989856E7, | |
| "95.0" : 4.793367752989856E7, | |
| "99.0" : 4.793367752989856E7, | |
| "99.9" : 4.793367752989856E7, | |
| "99.99" : 4.793367752989856E7, | |
| "99.999" : 4.793367752989856E7, | |
| "99.9999" : 4.793367752989856E7, | |
| "100.0" : 4.793367752989856E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.793367752989856E7, | |
| 4.786717318106187E7, | |
| 4.784544361033258E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.3876639863809285E8, | |
| "scoreError" : 4783737.68488491, | |
| "scoreConfidence" : [ | |
| 2.3398266095320794E8, | |
| 2.4355013632297775E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.3847856529899547E8, | |
| "50.0" : 2.3882895480416363E8, | |
| "90.0" : 2.3899167581111947E8, | |
| "95.0" : 2.3899167581111947E8, | |
| "99.0" : 2.3899167581111947E8, | |
| "99.9" : 2.3899167581111947E8, | |
| "99.99" : 2.3899167581111947E8, | |
| "99.999" : 2.3899167581111947E8, | |
| "99.9999" : 2.3899167581111947E8, | |
| "100.0" : 2.3899167581111947E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.3847856529899547E8, | |
| 2.3882895480416363E8, | |
| 2.3899167581111947E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.3420385706346095E8, | |
| "scoreError" : 3.841868329961108E7, | |
| "scoreConfidence" : [ | |
| 1.9578517376384985E8, | |
| 2.7262254036307204E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.3233253041351074E8, | |
| "50.0" : 2.337948126313786E8, | |
| "90.0" : 2.3648422814549354E8, | |
| "95.0" : 2.3648422814549354E8, | |
| "99.0" : 2.3648422814549354E8, | |
| "99.9" : 2.3648422814549354E8, | |
| "99.99" : 2.3648422814549354E8, | |
| "99.999" : 2.3648422814549354E8, | |
| "99.9999" : 2.3648422814549354E8, | |
| "100.0" : 2.3648422814549354E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.3233253041351074E8, | |
| 2.337948126313786E8, | |
| 2.3648422814549354E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.636119206340044E7, | |
| "scoreError" : 8660012.263191987, | |
| "scoreConfidence" : [ | |
| 5.770117980020845E7, | |
| 7.502120432659243E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.587263113507161E7, | |
| "50.0" : 6.639028299860825E7, | |
| "90.0" : 6.682066205652145E7, | |
| "95.0" : 6.682066205652145E7, | |
| "99.0" : 6.682066205652145E7, | |
| "99.9" : 6.682066205652145E7, | |
| "99.99" : 6.682066205652145E7, | |
| "99.999" : 6.682066205652145E7, | |
| "99.9999" : 6.682066205652145E7, | |
| "100.0" : 6.682066205652145E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.587263113507161E7, | |
| 6.682066205652145E7, | |
| 6.639028299860825E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-21-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.10", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.10+7-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4115048894018105E8, | |
| "scoreError" : 1.5439386008851811E7, | |
| "scoreConfidence" : [ | |
| 1.2571110293132924E8, | |
| 1.5658987494903284E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4018034408406782E8, | |
| "50.0" : 1.4153401208203614E8, | |
| "90.0" : 1.4173711065443915E8, | |
| "95.0" : 1.4173711065443915E8, | |
| "99.0" : 1.4173711065443915E8, | |
| "99.9" : 1.4173711065443915E8, | |
| "99.99" : 1.4173711065443915E8, | |
| "99.999" : 1.4173711065443915E8, | |
| "99.9999" : 1.4173711065443915E8, | |
| "100.0" : 1.4173711065443915E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.4173711065443915E8, | |
| 1.4018034408406782E8, | |
| 1.4153401208203614E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.4272243111867929E8, | |
| "scoreError" : 607808.8487424846, | |
| "scoreConfidence" : [ | |
| 2.421146222699368E8, | |
| 2.4333023996742177E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.4269060090462306E8, | |
| "50.0" : 2.4271963559888124E8, | |
| "90.0" : 2.4275705685253358E8, | |
| "95.0" : 2.4275705685253358E8, | |
| "99.0" : 2.4275705685253358E8, | |
| "99.9" : 2.4275705685253358E8, | |
| "99.99" : 2.4275705685253358E8, | |
| "99.999" : 2.4275705685253358E8, | |
| "99.9999" : 2.4275705685253358E8, | |
| "100.0" : 2.4275705685253358E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.4275705685253358E8, | |
| 2.4271963559888124E8, | |
| 2.4269060090462306E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.60153342386071E7, | |
| "scoreError" : 2469715.433103784, | |
| "scoreConfidence" : [ | |
| 3.3545618805503316E7, | |
| 3.8485049671710886E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.592306564372011E7, | |
| "50.0" : 3.595219435279157E7, | |
| "90.0" : 3.617074271930962E7, | |
| "95.0" : 3.617074271930962E7, | |
| "99.0" : 3.617074271930962E7, | |
| "99.9" : 3.617074271930962E7, | |
| "99.99" : 3.617074271930962E7, | |
| "99.999" : 3.617074271930962E7, | |
| "99.9999" : 3.617074271930962E7, | |
| "100.0" : 3.617074271930962E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.595219435279157E7, | |
| 3.617074271930962E7, | |
| 3.592306564372011E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9318665714621663E7, | |
| "scoreError" : 1133416.9140242713, | |
| "scoreConfidence" : [ | |
| 1.8185248800597392E7, | |
| 2.0452082628645934E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.9253820076856278E7, | |
| "50.0" : 1.9324518386344563E7, | |
| "90.0" : 1.9377658680664152E7, | |
| "95.0" : 1.9377658680664152E7, | |
| "99.0" : 1.9377658680664152E7, | |
| "99.9" : 1.9377658680664152E7, | |
| "99.99" : 1.9377658680664152E7, | |
| "99.999" : 1.9377658680664152E7, | |
| "99.9999" : 1.9377658680664152E7, | |
| "100.0" : 1.9377658680664152E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.9324518386344563E7, | |
| 1.9253820076856278E7, | |
| 1.9377658680664152E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.524721561087366E8, | |
| "scoreError" : 1.9517275916356567E8, | |
| "scoreConfidence" : [ | |
| -4.270060305482906E7, | |
| 3.4764491527230227E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.462907048489206E8, | |
| "50.0" : 1.4630053281045413E8, | |
| "90.0" : 1.64825230666835E8, | |
| "95.0" : 1.64825230666835E8, | |
| "99.0" : 1.64825230666835E8, | |
| "99.9" : 1.64825230666835E8, | |
| "99.99" : 1.64825230666835E8, | |
| "99.999" : 1.64825230666835E8, | |
| "99.9999" : 1.64825230666835E8, | |
| "100.0" : 1.64825230666835E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.64825230666835E8, | |
| 1.4630053281045413E8, | |
| 1.462907048489206E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.914326822218531E7, | |
| "scoreError" : 9577034.88324523, | |
| "scoreConfidence" : [ | |
| 4.9566233338940084E7, | |
| 6.872030310543054E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.853904544612314E7, | |
| "50.0" : 5.940344861542786E7, | |
| "90.0" : 5.9487310605004966E7, | |
| "95.0" : 5.9487310605004966E7, | |
| "99.0" : 5.9487310605004966E7, | |
| "99.9" : 5.9487310605004966E7, | |
| "99.99" : 5.9487310605004966E7, | |
| "99.999" : 5.9487310605004966E7, | |
| "99.9999" : 5.9487310605004966E7, | |
| "100.0" : 5.9487310605004966E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.940344861542786E7, | |
| 5.9487310605004966E7, | |
| 5.853904544612314E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.524812645431187E8, | |
| "scoreError" : 5355393.156472213, | |
| "scoreConfidence" : [ | |
| 1.4712587138664648E8, | |
| 1.578366576995909E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.521799359562979E8, | |
| "50.0" : 1.5249750133557498E8, | |
| "90.0" : 1.5276635633748314E8, | |
| "95.0" : 1.5276635633748314E8, | |
| "99.0" : 1.5276635633748314E8, | |
| "99.9" : 1.5276635633748314E8, | |
| "99.99" : 1.5276635633748314E8, | |
| "99.999" : 1.5276635633748314E8, | |
| "99.9999" : 1.5276635633748314E8, | |
| "100.0" : 1.5276635633748314E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5276635633748314E8, | |
| 1.5249750133557498E8, | |
| 1.521799359562979E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.3402568592285293E8, | |
| "scoreError" : 1.7547361992049232E7, | |
| "scoreConfidence" : [ | |
| 3.164783239308037E8, | |
| 3.5157304791490215E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.331444265205041E8, | |
| "50.0" : 3.3388094942894226E8, | |
| "90.0" : 3.350516818191124E8, | |
| "95.0" : 3.350516818191124E8, | |
| "99.0" : 3.350516818191124E8, | |
| "99.9" : 3.350516818191124E8, | |
| "99.99" : 3.350516818191124E8, | |
| "99.999" : 3.350516818191124E8, | |
| "99.9999" : 3.350516818191124E8, | |
| "100.0" : 3.350516818191124E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.3388094942894226E8, | |
| 3.331444265205041E8, | |
| 3.350516818191124E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.9777464946052365E7, | |
| "scoreError" : 5139849.343329031, | |
| "scoreConfidence" : [ | |
| 4.463761560272333E7, | |
| 5.49173142893814E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.958558785391021E7, | |
| "50.0" : 4.9645893976087146E7, | |
| "90.0" : 5.010091300815972E7, | |
| "95.0" : 5.010091300815972E7, | |
| "99.0" : 5.010091300815972E7, | |
| "99.9" : 5.010091300815972E7, | |
| "99.99" : 5.010091300815972E7, | |
| "99.999" : 5.010091300815972E7, | |
| "99.9999" : 5.010091300815972E7, | |
| "100.0" : 5.010091300815972E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.958558785391021E7, | |
| 4.9645893976087146E7, | |
| 5.010091300815972E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5712675140666453E7, | |
| "scoreError" : 1797323.4461724889, | |
| "scoreConfidence" : [ | |
| 1.3915351694493964E7, | |
| 1.7509998586838942E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5606304905698301E7, | |
| "50.0" : 1.5730936045580296E7, | |
| "90.0" : 1.580078447072076E7, | |
| "95.0" : 1.580078447072076E7, | |
| "99.0" : 1.580078447072076E7, | |
| "99.9" : 1.580078447072076E7, | |
| "99.99" : 1.580078447072076E7, | |
| "99.999" : 1.580078447072076E7, | |
| "99.9999" : 1.580078447072076E7, | |
| "100.0" : 1.580078447072076E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5730936045580296E7, | |
| 1.5606304905698301E7, | |
| 1.580078447072076E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.175438545926343E8, | |
| "scoreError" : 4036105.5838627117, | |
| "scoreConfidence" : [ | |
| 2.1350774900877157E8, | |
| 2.21579960176497E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.173573938012216E8, | |
| "50.0" : 2.1748586287245786E8, | |
| "90.0" : 2.1778830710422343E8, | |
| "95.0" : 2.1778830710422343E8, | |
| "99.0" : 2.1778830710422343E8, | |
| "99.9" : 2.1778830710422343E8, | |
| "99.99" : 2.1778830710422343E8, | |
| "99.999" : 2.1778830710422343E8, | |
| "99.9999" : 2.1778830710422343E8, | |
| "100.0" : 2.1778830710422343E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.1748586287245786E8, | |
| 2.173573938012216E8, | |
| 2.1778830710422343E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.507998617411142E7, | |
| "scoreError" : 1.0879840928937916E7, | |
| "scoreConfidence" : [ | |
| 5.42001452451735E7, | |
| 7.595982710304934E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.441246342890515E7, | |
| "50.0" : 6.5267268078086585E7, | |
| "90.0" : 6.556022701534252E7, | |
| "95.0" : 6.556022701534252E7, | |
| "99.0" : 6.556022701534252E7, | |
| "99.9" : 6.556022701534252E7, | |
| "99.99" : 6.556022701534252E7, | |
| "99.999" : 6.556022701534252E7, | |
| "99.9999" : 6.556022701534252E7, | |
| "100.0" : 6.556022701534252E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.441246342890515E7, | |
| 6.556022701534252E7, | |
| 6.5267268078086585E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.2957000463747296E8, | |
| "scoreError" : 1.0352397057246536E8, | |
| "scoreConfidence" : [ | |
| 1.260460340650076E8, | |
| 3.330939752099383E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.2307824377409047E8, | |
| "50.0" : 2.3204600848250857E8, | |
| "90.0" : 2.3358576165581977E8, | |
| "95.0" : 2.3358576165581977E8, | |
| "99.0" : 2.3358576165581977E8, | |
| "99.9" : 2.3358576165581977E8, | |
| "99.99" : 2.3358576165581977E8, | |
| "99.999" : 2.3358576165581977E8, | |
| "99.9999" : 2.3358576165581977E8, | |
| "100.0" : 2.3358576165581977E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.2307824377409047E8, | |
| 2.3204600848250857E8, | |
| 2.3358576165581977E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9937581670516166E8, | |
| "scoreError" : 7.912884581336273E7, | |
| "scoreConfidence" : [ | |
| 1.2024697089179893E8, | |
| 2.785046625185244E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.9440100079059318E8, | |
| "50.0" : 2.0136248373070356E8, | |
| "90.0" : 2.0236396559418815E8, | |
| "95.0" : 2.0236396559418815E8, | |
| "99.0" : 2.0236396559418815E8, | |
| "99.9" : 2.0236396559418815E8, | |
| "99.99" : 2.0236396559418815E8, | |
| "99.999" : 2.0236396559418815E8, | |
| "99.9999" : 2.0236396559418815E8, | |
| "100.0" : 2.0236396559418815E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.0236396559418815E8, | |
| 1.9440100079059318E8, | |
| 2.0136248373070356E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.777273515614957E7, | |
| "scoreError" : 685008.1542147509, | |
| "scoreConfidence" : [ | |
| 1.708772700193482E7, | |
| 1.845774331036432E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.7749525540344067E7, | |
| "50.0" : 1.7752625484766763E7, | |
| "90.0" : 1.7816054443337884E7, | |
| "95.0" : 1.7816054443337884E7, | |
| "99.0" : 1.7816054443337884E7, | |
| "99.9" : 1.7816054443337884E7, | |
| "99.99" : 1.7816054443337884E7, | |
| "99.999" : 1.7816054443337884E7, | |
| "99.9999" : 1.7816054443337884E7, | |
| "100.0" : 1.7816054443337884E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.7752625484766763E7, | |
| 1.7749525540344067E7, | |
| 1.7816054443337884E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2979597.653028455, | |
| "scoreError" : 579231.5250985736, | |
| "scoreConfidence" : [ | |
| 2400366.127929881, | |
| 3558829.178127029 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2960156.11122627, | |
| "50.0" : 2962400.7879809323, | |
| "90.0" : 3016236.059878164, | |
| "95.0" : 3016236.059878164, | |
| "99.0" : 3016236.059878164, | |
| "99.9" : 3016236.059878164, | |
| "99.99" : 3016236.059878164, | |
| "99.999" : 3016236.059878164, | |
| "99.9999" : 3016236.059878164, | |
| "100.0" : 3016236.059878164 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3016236.059878164, | |
| 2960156.11122627, | |
| 2962400.7879809323 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.0053414856402148E8, | |
| "scoreError" : 9.795068203246744E8, | |
| "scoreConfidence" : [ | |
| -8.789726717606529E8, | |
| 1.080040968888696E9 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.8555500419592425E7, | |
| "50.0" : 1.302548399529339E8, | |
| "90.0" : 1.3279210531953815E8, | |
| "95.0" : 1.3279210531953815E8, | |
| "99.0" : 1.3279210531953815E8, | |
| "99.9" : 1.3279210531953815E8, | |
| "99.99" : 1.3279210531953815E8, | |
| "99.999" : 1.3279210531953815E8, | |
| "99.9999" : 1.3279210531953815E8, | |
| "100.0" : 1.3279210531953815E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.8555500419592425E7, | |
| 1.302548399529339E8, | |
| 1.3279210531953815E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.5762494577765726E7, | |
| "scoreError" : 1.4571199447270837E8, | |
| "scoreConfidence" : [ | |
| -1.0994949989494264E8, | |
| 1.814744890504741E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.654363572072535E7, | |
| "50.0" : 4.014585208087463E7, | |
| "90.0" : 4.059799593169718E7, | |
| "95.0" : 4.059799593169718E7, | |
| "99.0" : 4.059799593169718E7, | |
| "99.9" : 4.059799593169718E7, | |
| "99.99" : 4.059799593169718E7, | |
| "99.999" : 4.059799593169718E7, | |
| "99.9999" : 4.059799593169718E7, | |
| "100.0" : 4.059799593169718E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.014585208087463E7, | |
| 2.654363572072535E7, | |
| 4.059799593169718E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4042455765442637E8, | |
| "scoreError" : 6.6246589939430885E7, | |
| "scoreConfidence" : [ | |
| 7.417796771499547E7, | |
| 2.0667114759385726E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.37385585168348E8, | |
| "50.0" : 1.394422261942496E8, | |
| "90.0" : 1.4444586160068145E8, | |
| "95.0" : 1.4444586160068145E8, | |
| "99.0" : 1.4444586160068145E8, | |
| "99.9" : 1.4444586160068145E8, | |
| "99.99" : 1.4444586160068145E8, | |
| "99.999" : 1.4444586160068145E8, | |
| "99.9999" : 1.4444586160068145E8, | |
| "100.0" : 1.4444586160068145E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.394422261942496E8, | |
| 1.4444586160068145E8, | |
| 1.37385585168348E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.415841992642973E8, | |
| "scoreError" : 1.8407474382905478E9, | |
| "scoreConfidence" : [ | |
| -1.6991632390262506E9, | |
| 1.982331637554845E9 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.8683825721850067E7, | |
| "50.0" : 1.7312554080249128E8, | |
| "90.0" : 2.2294323126855057E8, | |
| "95.0" : 2.2294323126855057E8, | |
| "99.0" : 2.2294323126855057E8, | |
| "99.9" : 2.2294323126855057E8, | |
| "99.99" : 2.2294323126855057E8, | |
| "99.999" : 2.2294323126855057E8, | |
| "99.9999" : 2.2294323126855057E8, | |
| "100.0" : 2.2294323126855057E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.2294323126855057E8, | |
| 2.8683825721850067E7, | |
| 1.7312554080249128E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.7540880174601108E7, | |
| "scoreError" : 270756.9088166897, | |
| "scoreConfidence" : [ | |
| 2.7270123265784416E7, | |
| 2.78116370834178E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.7523900199926395E7, | |
| "50.0" : 2.754736552024398E7, | |
| "90.0" : 2.7551374803632952E7, | |
| "95.0" : 2.7551374803632952E7, | |
| "99.0" : 2.7551374803632952E7, | |
| "99.9" : 2.7551374803632952E7, | |
| "99.99" : 2.7551374803632952E7, | |
| "99.999" : 2.7551374803632952E7, | |
| "99.9999" : 2.7551374803632952E7, | |
| "100.0" : 2.7551374803632952E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.754736552024398E7, | |
| 2.7551374803632952E7, | |
| 2.7523900199926395E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4519134.178419079, | |
| "scoreError" : 229089.8418212113, | |
| "scoreConfidence" : [ | |
| 4290044.336597867, | |
| 4748224.02024029 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4505082.298448113, | |
| "50.0" : 4523063.111167646, | |
| "90.0" : 4529257.125641477, | |
| "95.0" : 4529257.125641477, | |
| "99.0" : 4529257.125641477, | |
| "99.9" : 4529257.125641477, | |
| "99.99" : 4529257.125641477, | |
| "99.999" : 4529257.125641477, | |
| "99.9999" : 4529257.125641477, | |
| "100.0" : 4529257.125641477 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4505082.298448113, | |
| 4523063.111167646, | |
| 4529257.125641477 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.0836891664175801E8, | |
| "scoreError" : 5779421.5503083225, | |
| "scoreConfidence" : [ | |
| 1.025894950914497E8, | |
| 1.1414833819206633E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.0800913344215153E8, | |
| "50.0" : 1.0849160084954906E8, | |
| "90.0" : 1.0860601563357346E8, | |
| "95.0" : 1.0860601563357346E8, | |
| "99.0" : 1.0860601563357346E8, | |
| "99.9" : 1.0860601563357346E8, | |
| "99.99" : 1.0860601563357346E8, | |
| "99.999" : 1.0860601563357346E8, | |
| "99.9999" : 1.0860601563357346E8, | |
| "100.0" : 1.0860601563357346E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.0860601563357346E8, | |
| 1.0800913344215153E8, | |
| 1.0849160084954906E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.883574477955106E7, | |
| "scoreError" : 513182.60029672494, | |
| "scoreConfidence" : [ | |
| 4.832256217925433E7, | |
| 4.934892737984779E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.881188934168916E7, | |
| "50.0" : 4.8828582071747996E7, | |
| "90.0" : 4.8866762925216004E7, | |
| "95.0" : 4.8866762925216004E7, | |
| "99.0" : 4.8866762925216004E7, | |
| "99.9" : 4.8866762925216004E7, | |
| "99.99" : 4.8866762925216004E7, | |
| "99.999" : 4.8866762925216004E7, | |
| "99.9999" : 4.8866762925216004E7, | |
| "100.0" : 4.8866762925216004E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.8866762925216004E7, | |
| 4.8828582071747996E7, | |
| 4.881188934168916E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.0021563236321014E8, | |
| "scoreError" : 5.729806197580751E8, | |
| "scoreConfidence" : [ | |
| -4.72764987394865E8, | |
| 6.731962521212852E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.395000678301196E7, | |
| "50.0" : 1.1829343900428374E8, | |
| "90.0" : 1.1840345130233474E8, | |
| "95.0" : 1.1840345130233474E8, | |
| "99.0" : 1.1840345130233474E8, | |
| "99.9" : 1.1840345130233474E8, | |
| "99.99" : 1.1840345130233474E8, | |
| "99.999" : 1.1840345130233474E8, | |
| "99.9999" : 1.1840345130233474E8, | |
| "100.0" : 1.1840345130233474E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.395000678301196E7, | |
| 1.1829343900428374E8, | |
| 1.1840345130233474E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.6421846950123134E8, | |
| "scoreError" : 2.0869639885500665E9, | |
| "scoreConfidence" : [ | |
| -1.922745519048835E9, | |
| 2.2511824580512977E9 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.5414769334558845E7, | |
| "50.0" : 2.03261164721601E8, | |
| "90.0" : 2.539794744475342E8, | |
| "95.0" : 2.539794744475342E8, | |
| "99.0" : 2.539794744475342E8, | |
| "99.9" : 2.539794744475342E8, | |
| "99.99" : 2.539794744475342E8, | |
| "99.999" : 2.539794744475342E8, | |
| "99.9999" : 2.539794744475342E8, | |
| "100.0" : 2.539794744475342E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.539794744475342E8, | |
| 3.5414769334558845E7, | |
| 2.03261164721601E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.7010343146377083E7, | |
| "scoreError" : 1040540.6181334493, | |
| "scoreConfidence" : [ | |
| 2.5969802528243635E7, | |
| 2.805088376451053E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.6949691166273426E7, | |
| "50.0" : 2.7018441764068116E7, | |
| "90.0" : 2.7062896508789707E7, | |
| "95.0" : 2.7062896508789707E7, | |
| "99.0" : 2.7062896508789707E7, | |
| "99.9" : 2.7062896508789707E7, | |
| "99.99" : 2.7062896508789707E7, | |
| "99.999" : 2.7062896508789707E7, | |
| "99.9999" : 2.7062896508789707E7, | |
| "100.0" : 2.7062896508789707E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.6949691166273426E7, | |
| 2.7018441764068116E7, | |
| 2.7062896508789707E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4210864.882007007, | |
| "scoreError" : 482788.7421680629, | |
| "scoreConfidence" : [ | |
| 3728076.1398389437, | |
| 4693653.62417507 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4180536.114452081, | |
| "50.0" : 4222799.778942076, | |
| "90.0" : 4229258.752626862, | |
| "95.0" : 4229258.752626862, | |
| "99.0" : 4229258.752626862, | |
| "99.9" : 4229258.752626862, | |
| "99.99" : 4229258.752626862, | |
| "99.999" : 4229258.752626862, | |
| "99.9999" : 4229258.752626862, | |
| "100.0" : 4229258.752626862 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4180536.114452081, | |
| 4222799.778942076, | |
| 4229258.752626862 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1902664559816177E8, | |
| "scoreError" : 4980857.448571169, | |
| "scoreConfidence" : [ | |
| 1.140457881495906E8, | |
| 1.2400750304673295E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1882779127528922E8, | |
| "50.0" : 1.1891422061599497E8, | |
| "90.0" : 1.1933792490320113E8, | |
| "95.0" : 1.1933792490320113E8, | |
| "99.0" : 1.1933792490320113E8, | |
| "99.9" : 1.1933792490320113E8, | |
| "99.99" : 1.1933792490320113E8, | |
| "99.999" : 1.1933792490320113E8, | |
| "99.9999" : 1.1933792490320113E8, | |
| "100.0" : 1.1933792490320113E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1933792490320113E8, | |
| 1.1891422061599497E8, | |
| 1.1882779127528922E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.933890815016467E7, | |
| "scoreError" : 5637468.024901072, | |
| "scoreConfidence" : [ | |
| 3.37014401252636E7, | |
| 4.497637617506574E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.898338110080143E7, | |
| "50.0" : 3.949046612764062E7, | |
| "90.0" : 3.9542877222051986E7, | |
| "95.0" : 3.9542877222051986E7, | |
| "99.0" : 3.9542877222051986E7, | |
| "99.9" : 3.9542877222051986E7, | |
| "99.99" : 3.9542877222051986E7, | |
| "99.999" : 3.9542877222051986E7, | |
| "99.9999" : 3.9542877222051986E7, | |
| "100.0" : 3.9542877222051986E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.898338110080143E7, | |
| 3.949046612764062E7, | |
| 3.9542877222051986E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.12506391479496E8, | |
| "scoreError" : 5.163338072709535E8, | |
| "scoreConfidence" : [ | |
| -4.038274157914575E8, | |
| 6.288401987504494E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8.030425142770909E7, | |
| "50.0" : 1.2378358982753204E8, | |
| "90.0" : 1.3343133318324688E8, | |
| "95.0" : 1.3343133318324688E8, | |
| "99.0" : 1.3343133318324688E8, | |
| "99.9" : 1.3343133318324688E8, | |
| "99.99" : 1.3343133318324688E8, | |
| "99.999" : 1.3343133318324688E8, | |
| "99.9999" : 1.3343133318324688E8, | |
| "100.0" : 1.3343133318324688E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2378358982753204E8, | |
| 8.030425142770909E7, | |
| 1.3343133318324688E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.0109681008609924E8, | |
| "scoreError" : 1.37279058413584E7, | |
| "scoreConfidence" : [ | |
| 1.8736890424474084E8, | |
| 2.1482471592745763E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.0027640411359453E8, | |
| "50.0" : 2.0125919074079406E8, | |
| "90.0" : 2.017548354039091E8, | |
| "95.0" : 2.017548354039091E8, | |
| "99.0" : 2.017548354039091E8, | |
| "99.9" : 2.017548354039091E8, | |
| "99.99" : 2.017548354039091E8, | |
| "99.999" : 2.017548354039091E8, | |
| "99.9999" : 2.017548354039091E8, | |
| "100.0" : 2.017548354039091E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.0027640411359453E8, | |
| 2.017548354039091E8, | |
| 2.0125919074079406E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.6043023432162665E7, | |
| "scoreError" : 1029741.5077066522, | |
| "scoreConfidence" : [ | |
| 5.5013281924456015E7, | |
| 5.7072764939869314E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.5977931283156335E7, | |
| "50.0" : 5.607271646519562E7, | |
| "90.0" : 5.607842254813602E7, | |
| "95.0" : 5.607842254813602E7, | |
| "99.0" : 5.607842254813602E7, | |
| "99.9" : 5.607842254813602E7, | |
| "99.99" : 5.607842254813602E7, | |
| "99.999" : 5.607842254813602E7, | |
| "99.9999" : 5.607842254813602E7, | |
| "100.0" : 5.607842254813602E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.607842254813602E7, | |
| 5.5977931283156335E7, | |
| 5.607271646519562E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5327572364716575E7, | |
| "scoreError" : 688856.6975743474, | |
| "scoreConfidence" : [ | |
| 1.4638715667142227E7, | |
| 1.6016429062290922E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.529235802671504E7, | |
| "50.0" : 1.5322915849040432E7, | |
| "90.0" : 1.5367443218394252E7, | |
| "95.0" : 1.5367443218394252E7, | |
| "99.0" : 1.5367443218394252E7, | |
| "99.9" : 1.5367443218394252E7, | |
| "99.99" : 1.5367443218394252E7, | |
| "99.999" : 1.5367443218394252E7, | |
| "99.9999" : 1.5367443218394252E7, | |
| "100.0" : 1.5367443218394252E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5367443218394252E7, | |
| 1.529235802671504E7, | |
| 1.5322915849040432E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 9.495877933735798E7, | |
| "scoreError" : 2878655.0461113057, | |
| "scoreConfidence" : [ | |
| 9.208012429124668E7, | |
| 9.783743438346928E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9.48065060938078E7, | |
| "50.0" : 9.494827330897377E7, | |
| "90.0" : 9.512155860929236E7, | |
| "95.0" : 9.512155860929236E7, | |
| "99.0" : 9.512155860929236E7, | |
| "99.9" : 9.512155860929236E7, | |
| "99.99" : 9.512155860929236E7, | |
| "99.999" : 9.512155860929236E7, | |
| "99.9999" : 9.512155860929236E7, | |
| "100.0" : 9.512155860929236E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9.48065060938078E7, | |
| 9.512155860929236E7, | |
| 9.494827330897377E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.769795035259119E7, | |
| "scoreError" : 1231408.1201493407, | |
| "scoreConfidence" : [ | |
| 5.646654223244184E7, | |
| 5.892935847274053E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.763616413102702E7, | |
| "50.0" : 5.7687700082980774E7, | |
| "90.0" : 5.7769986843765765E7, | |
| "95.0" : 5.7769986843765765E7, | |
| "99.0" : 5.7769986843765765E7, | |
| "99.9" : 5.7769986843765765E7, | |
| "99.99" : 5.7769986843765765E7, | |
| "99.999" : 5.7769986843765765E7, | |
| "99.9999" : 5.7769986843765765E7, | |
| "100.0" : 5.7769986843765765E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.7687700082980774E7, | |
| 5.7769986843765765E7, | |
| 5.763616413102702E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/usr/lib/jvm/temurin-11-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "11.0.30", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.30+7", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5025731627830672E8, | |
| "scoreError" : 2482812.5104230414, | |
| "scoreConfidence" : [ | |
| 1.477745037678837E8, | |
| 1.5274012878872976E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5010545626231608E8, | |
| "50.0" : 1.5029824982667395E8, | |
| "90.0" : 1.5036824274593008E8, | |
| "95.0" : 1.5036824274593008E8, | |
| "99.0" : 1.5036824274593008E8, | |
| "99.9" : 1.5036824274593008E8, | |
| "99.99" : 1.5036824274593008E8, | |
| "99.999" : 1.5036824274593008E8, | |
| "99.9999" : 1.5036824274593008E8, | |
| "100.0" : 1.5036824274593008E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5010545626231608E8, | |
| 1.5036824274593008E8, | |
| 1.5029824982667395E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.1305473317880934E8, | |
| "scoreError" : 1.999863909684193E7, | |
| "scoreConfidence" : [ | |
| 3.930560940819674E8, | |
| 4.330533722756513E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.117945457874163E8, | |
| "50.0" : 4.1358194510338E8, | |
| "90.0" : 4.137877086456317E8, | |
| "95.0" : 4.137877086456317E8, | |
| "99.0" : 4.137877086456317E8, | |
| "99.9" : 4.137877086456317E8, | |
| "99.99" : 4.137877086456317E8, | |
| "99.999" : 4.137877086456317E8, | |
| "99.9999" : 4.137877086456317E8, | |
| "100.0" : 4.137877086456317E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.117945457874163E8, | |
| 4.1358194510338E8, | |
| 4.137877086456317E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.947338498323082E7, | |
| "scoreError" : 555813.7084163908, | |
| "scoreConfidence" : [ | |
| 5.8917571274814434E7, | |
| 6.002919869164721E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.9439344852455944E7, | |
| "50.0" : 5.948271539362865E7, | |
| "90.0" : 5.949809470360785E7, | |
| "95.0" : 5.949809470360785E7, | |
| "99.0" : 5.949809470360785E7, | |
| "99.9" : 5.949809470360785E7, | |
| "99.99" : 5.949809470360785E7, | |
| "99.999" : 5.949809470360785E7, | |
| "99.9999" : 5.949809470360785E7, | |
| "100.0" : 5.949809470360785E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.949809470360785E7, | |
| 5.9439344852455944E7, | |
| 5.948271539362865E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.527559949573748E8, | |
| "scoreError" : 9537303.811301764, | |
| "scoreConfidence" : [ | |
| 2.4321869114607304E8, | |
| 2.6229329876867658E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.5219933530503857E8, | |
| "50.0" : 2.5283211725958592E8, | |
| "90.0" : 2.5323653230749995E8, | |
| "95.0" : 2.5323653230749995E8, | |
| "99.0" : 2.5323653230749995E8, | |
| "99.9" : 2.5323653230749995E8, | |
| "99.99" : 2.5323653230749995E8, | |
| "99.999" : 2.5323653230749995E8, | |
| "99.9999" : 2.5323653230749995E8, | |
| "100.0" : 2.5323653230749995E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.5283211725958592E8, | |
| 2.5219933530503857E8, | |
| 2.5323653230749995E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.115771454722867E8, | |
| "scoreError" : 4286322.249025268, | |
| "scoreConfidence" : [ | |
| 2.0729082322326145E8, | |
| 2.1586346772131196E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.113559015904673E8, | |
| "50.0" : 2.1155179381016338E8, | |
| "90.0" : 2.1182374101622945E8, | |
| "95.0" : 2.1182374101622945E8, | |
| "99.0" : 2.1182374101622945E8, | |
| "99.9" : 2.1182374101622945E8, | |
| "99.99" : 2.1182374101622945E8, | |
| "99.999" : 2.1182374101622945E8, | |
| "99.9999" : 2.1182374101622945E8, | |
| "100.0" : 2.1182374101622945E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.1155179381016338E8, | |
| 2.1182374101622945E8, | |
| 2.113559015904673E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.6369483061071135E7, | |
| "scoreError" : 1.3424600187028404E7, | |
| "scoreConfidence" : [ | |
| 5.2944882874042735E7, | |
| 7.979408324809954E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.5520733908313565E7, | |
| "50.0" : 6.6759355470951654E7, | |
| "90.0" : 6.682835980394818E7, | |
| "95.0" : 6.682835980394818E7, | |
| "99.0" : 6.682835980394818E7, | |
| "99.9" : 6.682835980394818E7, | |
| "99.99" : 6.682835980394818E7, | |
| "99.999" : 6.682835980394818E7, | |
| "99.9999" : 6.682835980394818E7, | |
| "100.0" : 6.682835980394818E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.5520733908313565E7, | |
| 6.6759355470951654E7, | |
| 6.682835980394818E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1662019031469728E8, | |
| "scoreError" : 5803032.137506372, | |
| "scoreConfidence" : [ | |
| 1.1081715817719091E8, | |
| 1.2242322245220365E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1625641655632076E8, | |
| "50.0" : 1.1675815936006871E8, | |
| "90.0" : 1.1684599502770238E8, | |
| "95.0" : 1.1684599502770238E8, | |
| "99.0" : 1.1684599502770238E8, | |
| "99.9" : 1.1684599502770238E8, | |
| "99.99" : 1.1684599502770238E8, | |
| "99.999" : 1.1684599502770238E8, | |
| "99.9999" : 1.1684599502770238E8, | |
| "100.0" : 1.1684599502770238E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1625641655632076E8, | |
| 1.1675815936006871E8, | |
| 1.1684599502770238E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.200220401622517E8, | |
| "scoreError" : 1.991367070155128E7, | |
| "scoreConfidence" : [ | |
| 4.0010836946070045E8, | |
| 4.3993571086380297E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.18926492787621E8, | |
| "50.0" : 4.200301086694444E8, | |
| "90.0" : 4.211095190296898E8, | |
| "95.0" : 4.211095190296898E8, | |
| "99.0" : 4.211095190296898E8, | |
| "99.9" : 4.211095190296898E8, | |
| "99.99" : 4.211095190296898E8, | |
| "99.999" : 4.211095190296898E8, | |
| "99.9999" : 4.211095190296898E8, | |
| "100.0" : 4.211095190296898E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.200301086694444E8, | |
| 4.211095190296898E8, | |
| 4.18926492787621E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.643924965870177E7, | |
| "scoreError" : 1852462.3447919139, | |
| "scoreConfidence" : [ | |
| 5.458678731390986E7, | |
| 5.829171200349368E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.635556154841798E7, | |
| "50.0" : 5.640997734262538E7, | |
| "90.0" : 5.655221008506193E7, | |
| "95.0" : 5.655221008506193E7, | |
| "99.0" : 5.655221008506193E7, | |
| "99.9" : 5.655221008506193E7, | |
| "99.99" : 5.655221008506193E7, | |
| "99.999" : 5.655221008506193E7, | |
| "99.9999" : 5.655221008506193E7, | |
| "100.0" : 5.655221008506193E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.655221008506193E7, | |
| 5.640997734262538E7, | |
| 5.635556154841798E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9715858019033834E7, | |
| "scoreError" : 4376404.280884949, | |
| "scoreConfidence" : [ | |
| 1.5339453738148887E7, | |
| 2.4092262299918782E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.9539328516070947E7, | |
| "50.0" : 1.9619263236264978E7, | |
| "90.0" : 1.998898230476558E7, | |
| "95.0" : 1.998898230476558E7, | |
| "99.0" : 1.998898230476558E7, | |
| "99.9" : 1.998898230476558E7, | |
| "99.99" : 1.998898230476558E7, | |
| "99.999" : 1.998898230476558E7, | |
| "99.9999" : 1.998898230476558E7, | |
| "100.0" : 1.998898230476558E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.998898230476558E7, | |
| 1.9539328516070947E7, | |
| 1.9619263236264978E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.11943801044019E8, | |
| "scoreError" : 2.1380553163230732E7, | |
| "scoreConfidence" : [ | |
| 1.9056324788078827E8, | |
| 2.3332435420724976E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.1092505912663743E8, | |
| "50.0" : 2.1168176571386695E8, | |
| "90.0" : 2.132245782915527E8, | |
| "95.0" : 2.132245782915527E8, | |
| "99.0" : 2.132245782915527E8, | |
| "99.9" : 2.132245782915527E8, | |
| "99.99" : 2.132245782915527E8, | |
| "99.999" : 2.132245782915527E8, | |
| "99.9999" : 2.132245782915527E8, | |
| "100.0" : 2.132245782915527E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.1092505912663743E8, | |
| 2.132245782915527E8, | |
| 2.1168176571386695E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.810217985702638E7, | |
| "scoreError" : 6688654.280597156, | |
| "scoreConfidence" : [ | |
| 6.1413525576429226E7, | |
| 7.479083413762353E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.76833395750961E7, | |
| "50.0" : 6.825825684353504E7, | |
| "90.0" : 6.8364943152448E7, | |
| "95.0" : 6.8364943152448E7, | |
| "99.0" : 6.8364943152448E7, | |
| "99.9" : 6.8364943152448E7, | |
| "99.99" : 6.8364943152448E7, | |
| "99.999" : 6.8364943152448E7, | |
| "99.9999" : 6.8364943152448E7, | |
| "100.0" : 6.8364943152448E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.8364943152448E7, | |
| 6.825825684353504E7, | |
| 6.76833395750961E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1366295723468961E8, | |
| "scoreError" : 7807801.218534475, | |
| "scoreConfidence" : [ | |
| 1.0585515601615514E8, | |
| 1.2147075845322408E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1316921268150936E8, | |
| "50.0" : 1.1389187927713664E8, | |
| "90.0" : 1.1392777974542283E8, | |
| "95.0" : 1.1392777974542283E8, | |
| "99.0" : 1.1392777974542283E8, | |
| "99.9" : 1.1392777974542283E8, | |
| "99.99" : 1.1392777974542283E8, | |
| "99.999" : 1.1392777974542283E8, | |
| "99.9999" : 1.1392777974542283E8, | |
| "100.0" : 1.1392777974542283E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1392777974542283E8, | |
| 1.1316921268150936E8, | |
| 1.1389187927713664E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.2605393166624165E8, | |
| "scoreError" : 3.255014872856755E7, | |
| "scoreConfidence" : [ | |
| 3.935037829376741E8, | |
| 4.586040803948092E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.2405692612317085E8, | |
| "50.0" : 4.266139286084968E8, | |
| "90.0" : 4.274909402670574E8, | |
| "95.0" : 4.274909402670574E8, | |
| "99.0" : 4.274909402670574E8, | |
| "99.9" : 4.274909402670574E8, | |
| "99.99" : 4.274909402670574E8, | |
| "99.999" : 4.274909402670574E8, | |
| "99.9999" : 4.274909402670574E8, | |
| "100.0" : 4.274909402670574E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.274909402670574E8, | |
| 4.2405692612317085E8, | |
| 4.266139286084968E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.202683834403943E7, | |
| "scoreError" : 1447471.3298082424, | |
| "scoreConfidence" : [ | |
| 5.057936701423119E7, | |
| 5.3474309673847675E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.1935223695548706E7, | |
| "50.0" : 5.207247907089115E7, | |
| "90.0" : 5.207281226567842E7, | |
| "95.0" : 5.207281226567842E7, | |
| "99.0" : 5.207281226567842E7, | |
| "99.9" : 5.207281226567842E7, | |
| "99.99" : 5.207281226567842E7, | |
| "99.999" : 5.207281226567842E7, | |
| "99.9999" : 5.207281226567842E7, | |
| "100.0" : 5.207281226567842E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.207281226567842E7, | |
| 5.207247907089115E7, | |
| 5.1935223695548706E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.3702116582020987E7, | |
| "scoreError" : 2429946.443520559, | |
| "scoreConfidence" : [ | |
| 2.127217013850043E7, | |
| 2.6132063025541544E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.3623703027902074E7, | |
| "50.0" : 2.362674146084223E7, | |
| "90.0" : 2.385590525731866E7, | |
| "95.0" : 2.385590525731866E7, | |
| "99.0" : 2.385590525731866E7, | |
| "99.9" : 2.385590525731866E7, | |
| "99.99" : 2.385590525731866E7, | |
| "99.999" : 2.385590525731866E7, | |
| "99.9999" : 2.385590525731866E7, | |
| "100.0" : 2.385590525731866E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.385590525731866E7, | |
| 2.362674146084223E7, | |
| 2.3623703027902074E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9623961906553903E8, | |
| "scoreError" : 1.7863935073753033E7, | |
| "scoreConfidence" : [ | |
| 1.78375683991786E8, | |
| 2.1410355413929206E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.9510903452831972E8, | |
| "50.0" : 1.96793403075423E8, | |
| "90.0" : 1.9681641959287447E8, | |
| "95.0" : 1.9681641959287447E8, | |
| "99.0" : 1.9681641959287447E8, | |
| "99.9" : 1.9681641959287447E8, | |
| "99.99" : 1.9681641959287447E8, | |
| "99.999" : 1.9681641959287447E8, | |
| "99.9999" : 1.9681641959287447E8, | |
| "100.0" : 1.9681641959287447E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.9510903452831972E8, | |
| 1.96793403075423E8, | |
| 1.9681641959287447E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.742432634104483E7, | |
| "scoreError" : 7614532.614055218, | |
| "scoreConfidence" : [ | |
| 5.980979372698961E7, | |
| 7.503885895510004E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.694267272500918E7, | |
| "50.0" : 6.765059534309606E7, | |
| "90.0" : 6.767971095502928E7, | |
| "95.0" : 6.767971095502928E7, | |
| "99.0" : 6.767971095502928E7, | |
| "99.9" : 6.767971095502928E7, | |
| "99.99" : 6.767971095502928E7, | |
| "99.999" : 6.767971095502928E7, | |
| "99.9999" : 6.767971095502928E7, | |
| "100.0" : 6.767971095502928E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.765059534309606E7, | |
| 6.767971095502928E7, | |
| 6.694267272500918E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1035656486783098E8, | |
| "scoreError" : 3528826.6426862692, | |
| "scoreConfidence" : [ | |
| 1.0682773822514471E8, | |
| 1.1388539151051724E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1015462077814862E8, | |
| "50.0" : 1.1037490578964931E8, | |
| "90.0" : 1.1054016803569499E8, | |
| "95.0" : 1.1054016803569499E8, | |
| "99.0" : 1.1054016803569499E8, | |
| "99.9" : 1.1054016803569499E8, | |
| "99.99" : 1.1054016803569499E8, | |
| "99.999" : 1.1054016803569499E8, | |
| "99.9999" : 1.1054016803569499E8, | |
| "100.0" : 1.1054016803569499E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1037490578964931E8, | |
| 1.1054016803569499E8, | |
| 1.1015462077814862E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.993436644008765E8, | |
| "scoreError" : 4.3310195747840405E7, | |
| "scoreConfidence" : [ | |
| 5.560334686530361E8, | |
| 6.426538601487169E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.966212808819015E8, | |
| "50.0" : 6.004269309971772E8, | |
| "90.0" : 6.009827813235509E8, | |
| "95.0" : 6.009827813235509E8, | |
| "99.0" : 6.009827813235509E8, | |
| "99.9" : 6.009827813235509E8, | |
| "99.99" : 6.009827813235509E8, | |
| "99.999" : 6.009827813235509E8, | |
| "99.9999" : 6.009827813235509E8, | |
| "100.0" : 6.009827813235509E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.009827813235509E8, | |
| 5.966212808819015E8, | |
| 6.004269309971772E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.593528592837402E7, | |
| "scoreError" : 6271140.445333868, | |
| "scoreConfidence" : [ | |
| 4.9664145483040154E7, | |
| 6.220642637370789E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.570714149032451E7, | |
| "50.0" : 5.576807287820518E7, | |
| "90.0" : 5.633064341659237E7, | |
| "95.0" : 5.633064341659237E7, | |
| "99.0" : 5.633064341659237E7, | |
| "99.9" : 5.633064341659237E7, | |
| "99.99" : 5.633064341659237E7, | |
| "99.999" : 5.633064341659237E7, | |
| "99.9999" : 5.633064341659237E7, | |
| "100.0" : 5.633064341659237E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.576807287820518E7, | |
| 5.570714149032451E7, | |
| 5.633064341659237E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.2929465309608625E7, | |
| "scoreError" : 7050549.058753324, | |
| "scoreConfidence" : [ | |
| 5878916.2508553015, | |
| 1.998001436836195E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.2567932787553256E7, | |
| "50.0" : 1.2883680478306726E7, | |
| "90.0" : 1.3336782662965896E7, | |
| "95.0" : 1.3336782662965896E7, | |
| "99.0" : 1.3336782662965896E7, | |
| "99.9" : 1.3336782662965896E7, | |
| "99.99" : 1.3336782662965896E7, | |
| "99.999" : 1.3336782662965896E7, | |
| "99.9999" : 1.3336782662965896E7, | |
| "100.0" : 1.3336782662965896E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2883680478306726E7, | |
| 1.3336782662965896E7, | |
| 1.2567932787553256E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9857688561973917E8, | |
| "scoreError" : 1.8989787888917383E7, | |
| "scoreConfidence" : [ | |
| 1.795870977308218E8, | |
| 2.1756667350865656E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.97425712944355E8, | |
| "50.0" : 1.9885320258652398E8, | |
| "90.0" : 1.994517413283385E8, | |
| "95.0" : 1.994517413283385E8, | |
| "99.0" : 1.994517413283385E8, | |
| "99.9" : 1.994517413283385E8, | |
| "99.99" : 1.994517413283385E8, | |
| "99.999" : 1.994517413283385E8, | |
| "99.9999" : 1.994517413283385E8, | |
| "100.0" : 1.994517413283385E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.9885320258652398E8, | |
| 1.97425712944355E8, | |
| 1.994517413283385E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.691900162666196E7, | |
| "scoreError" : 4468810.285782542, | |
| "scoreConfidence" : [ | |
| 5.245019134087941E7, | |
| 6.13878119124445E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.6645436606488064E7, | |
| "50.0" : 5.69935553887332E7, | |
| "90.0" : 5.711801288476461E7, | |
| "95.0" : 5.711801288476461E7, | |
| "99.0" : 5.711801288476461E7, | |
| "99.9" : 5.711801288476461E7, | |
| "99.99" : 5.711801288476461E7, | |
| "99.999" : 5.711801288476461E7, | |
| "99.9999" : 5.711801288476461E7, | |
| "100.0" : 5.711801288476461E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.69935553887332E7, | |
| 5.711801288476461E7, | |
| 5.6645436606488064E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.3371968892034602E8, | |
| "scoreError" : 1.667058573365216E7, | |
| "scoreConfidence" : [ | |
| 1.1704910318669386E8, | |
| 1.503902746539982E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.3314165258577394E8, | |
| "50.0" : 1.3324425758602226E8, | |
| "90.0" : 1.347731565892419E8, | |
| "95.0" : 1.347731565892419E8, | |
| "99.0" : 1.347731565892419E8, | |
| "99.9" : 1.347731565892419E8, | |
| "99.99" : 1.347731565892419E8, | |
| "99.999" : 1.347731565892419E8, | |
| "99.9999" : 1.347731565892419E8, | |
| "100.0" : 1.347731565892419E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.3314165258577394E8, | |
| 1.347731565892419E8, | |
| 1.3324425758602226E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.085242651419918E8, | |
| "scoreError" : 6.187347291499326E7, | |
| "scoreConfidence" : [ | |
| 3.4665079222699857E8, | |
| 4.70397738056985E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.046370780034446E8, | |
| "50.0" : 4.1005607899739385E8, | |
| "90.0" : 4.1087963842513686E8, | |
| "95.0" : 4.1087963842513686E8, | |
| "99.0" : 4.1087963842513686E8, | |
| "99.9" : 4.1087963842513686E8, | |
| "99.99" : 4.1087963842513686E8, | |
| "99.999" : 4.1087963842513686E8, | |
| "99.9999" : 4.1087963842513686E8, | |
| "100.0" : 4.1087963842513686E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.046370780034446E8, | |
| 4.1087963842513686E8, | |
| 4.1005607899739385E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.877971156094986E7, | |
| "scoreError" : 1793544.1241986314, | |
| "scoreConfidence" : [ | |
| 5.698616743675123E7, | |
| 6.057325568514849E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.869354838816858E7, | |
| "50.0" : 5.8758786684808485E7, | |
| "90.0" : 5.888679960987251E7, | |
| "95.0" : 5.888679960987251E7, | |
| "99.0" : 5.888679960987251E7, | |
| "99.9" : 5.888679960987251E7, | |
| "99.99" : 5.888679960987251E7, | |
| "99.999" : 5.888679960987251E7, | |
| "99.9999" : 5.888679960987251E7, | |
| "100.0" : 5.888679960987251E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.869354838816858E7, | |
| 5.888679960987251E7, | |
| 5.8758786684808485E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.374611947339994E7, | |
| "scoreError" : 3121865.3836958427, | |
| "scoreConfidence" : [ | |
| 2.0624254089704096E7, | |
| 2.6867984857095785E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.3601769488805372E7, | |
| "50.0" : 2.370144260380581E7, | |
| "90.0" : 2.3935146327588644E7, | |
| "95.0" : 2.3935146327588644E7, | |
| "99.0" : 2.3935146327588644E7, | |
| "99.9" : 2.3935146327588644E7, | |
| "99.99" : 2.3935146327588644E7, | |
| "99.999" : 2.3935146327588644E7, | |
| "99.9999" : 2.3935146327588644E7, | |
| "100.0" : 2.3935146327588644E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.3601769488805372E7, | |
| 2.370144260380581E7, | |
| 2.3935146327588644E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9389587221759248E8, | |
| "scoreError" : 6808371.351259968, | |
| "scoreConfidence" : [ | |
| 1.870875008663325E8, | |
| 2.0070424356885245E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.9346589939713964E8, | |
| "50.0" : 1.9408609650477767E8, | |
| "90.0" : 1.9413562075086004E8, | |
| "95.0" : 1.9413562075086004E8, | |
| "99.0" : 1.9413562075086004E8, | |
| "99.9" : 1.9413562075086004E8, | |
| "99.99" : 1.9413562075086004E8, | |
| "99.999" : 1.9413562075086004E8, | |
| "99.9999" : 1.9413562075086004E8, | |
| "100.0" : 1.9413562075086004E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.9346589939713964E8, | |
| 1.9408609650477767E8, | |
| 1.9413562075086004E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.385605400082403E7, | |
| "scoreError" : 7350470.879549797, | |
| "scoreConfidence" : [ | |
| 5.650558312127423E7, | |
| 7.120652488037382E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.352451649727184E7, | |
| "50.0" : 6.37391676867707E7, | |
| "90.0" : 6.430447781842953E7, | |
| "95.0" : 6.430447781842953E7, | |
| "99.0" : 6.430447781842953E7, | |
| "99.9" : 6.430447781842953E7, | |
| "99.99" : 6.430447781842953E7, | |
| "99.999" : 6.430447781842953E7, | |
| "99.9999" : 6.430447781842953E7, | |
| "100.0" : 6.430447781842953E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.352451649727184E7, | |
| 6.37391676867707E7, | |
| 6.430447781842953E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "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" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.1635387039358701E8, | |
| "scoreError" : 1668627.1889771442, | |
| "scoreConfidence" : [ | |
| 1.1468524320460987E8, | |
| 1.1802249758256415E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1628950743544543E8, | |
| "50.0" : 1.163135359885098E8, | |
| "90.0" : 1.1645856775680582E8, | |
| "95.0" : 1.1645856775680582E8, | |
| "99.0" : 1.1645856775680582E8, | |
| "99.9" : 1.1645856775680582E8, | |
| "99.99" : 1.1645856775680582E8, | |
| "99.999" : 1.1645856775680582E8, | |
| "99.9999" : 1.1645856775680582E8, | |
| "100.0" : 1.1645856775680582E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.163135359885098E8, | |
| 1.1645856775680582E8, | |
| 1.1628950743544543E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.78410368190353E8, | |
| "scoreError" : 5005948.9332160335, | |
| "scoreConfidence" : [ | |
| 3.7340441925713694E8, | |
| 3.83416317123569E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.781205593403959E8, | |
| "50.0" : 3.784443689840232E8, | |
| "90.0" : 3.786661762466399E8, | |
| "95.0" : 3.786661762466399E8, | |
| "99.0" : 3.786661762466399E8, | |
| "99.9" : 3.786661762466399E8, | |
| "99.99" : 3.786661762466399E8, | |
| "99.999" : 3.786661762466399E8, | |
| "99.9999" : 3.786661762466399E8, | |
| "100.0" : 3.786661762466399E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.786661762466399E8, | |
| 3.784443689840232E8, | |
| 3.781205593403959E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.067422177590379E7, | |
| "scoreError" : 4.670997051763667E7, | |
| "scoreConfidence" : [ | |
| 3964251.2582671195, | |
| 9.738419229354046E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.771813936634382E7, | |
| "50.0" : 5.2113819105228655E7, | |
| "90.0" : 5.2190706856138885E7, | |
| "95.0" : 5.2190706856138885E7, | |
| "99.0" : 5.2190706856138885E7, | |
| "99.9" : 5.2190706856138885E7, | |
| "99.99" : 5.2190706856138885E7, | |
| "99.999" : 5.2190706856138885E7, | |
| "99.9999" : 5.2190706856138885E7, | |
| "100.0" : 5.2190706856138885E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.2190706856138885E7, | |
| 5.2113819105228655E7, | |
| 4.771813936634382E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.4449943166279852E7, | |
| "scoreError" : 2115349.265076109, | |
| "scoreConfidence" : [ | |
| 2.2334593901203744E7, | |
| 2.656529243135596E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.4370436885432106E7, | |
| "50.0" : 2.4396404645435322E7, | |
| "90.0" : 2.4582987967972126E7, | |
| "95.0" : 2.4582987967972126E7, | |
| "99.0" : 2.4582987967972126E7, | |
| "99.9" : 2.4582987967972126E7, | |
| "99.99" : 2.4582987967972126E7, | |
| "99.999" : 2.4582987967972126E7, | |
| "99.9999" : 2.4582987967972126E7, | |
| "100.0" : 2.4582987967972126E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.4370436885432106E7, | |
| 2.4396404645435322E7, | |
| 2.4582987967972126E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.2823515100501952E8, | |
| "scoreError" : 4166201.912658314, | |
| "scoreConfidence" : [ | |
| 2.240689490923612E8, | |
| 2.3240135291767782E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.27988102417589E8, | |
| "50.0" : 2.2827883061472878E8, | |
| "90.0" : 2.2843851998274076E8, | |
| "95.0" : 2.2843851998274076E8, | |
| "99.0" : 2.2843851998274076E8, | |
| "99.9" : 2.2843851998274076E8, | |
| "99.99" : 2.2843851998274076E8, | |
| "99.999" : 2.2843851998274076E8, | |
| "99.9999" : 2.2843851998274076E8, | |
| "100.0" : 2.2843851998274076E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.2843851998274076E8, | |
| 2.2827883061472878E8, | |
| 2.27988102417589E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.72600755380885E7, | |
| "scoreError" : 5603314.419849161, | |
| "scoreConfidence" : [ | |
| 6.165676111823934E7, | |
| 7.286338995793766E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.697578510174423E7, | |
| "50.0" : 6.721859863332824E7, | |
| "90.0" : 6.758584287919304E7, | |
| "95.0" : 6.758584287919304E7, | |
| "99.0" : 6.758584287919304E7, | |
| "99.9" : 6.758584287919304E7, | |
| "99.99" : 6.758584287919304E7, | |
| "99.999" : 6.758584287919304E7, | |
| "99.9999" : 6.758584287919304E7, | |
| "100.0" : 6.758584287919304E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.758584287919304E7, | |
| 6.721859863332824E7, | |
| 6.697578510174423E7 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/27.0.0-ea.20.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+20-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.4849667727134585E8, | |
| "scoreError" : 6.431964430161417E7, | |
| "scoreConfidence" : [ | |
| 8.417703296973169E7, | |
| 2.1281632157296002E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.460677403503358E8, | |
| "50.0" : 1.4688185422466537E8, | |
| "90.0" : 1.525404372390364E8, | |
| "95.0" : 1.525404372390364E8, | |
| "99.0" : 1.525404372390364E8, | |
| "99.9" : 1.525404372390364E8, | |
| "99.99" : 1.525404372390364E8, | |
| "99.999" : 1.525404372390364E8, | |
| "99.9999" : 1.525404372390364E8, | |
| "100.0" : 1.525404372390364E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.525404372390364E8, | |
| 1.4688185422466537E8, | |
| 1.460677403503358E8 | |
| ] | |
| ] | |
| }, | |
| "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" | |
| ] | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
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.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.739402814988106E8, | |
| "scoreError" : 6681957.771469321, | |
| "scoreConfidence" : [ | |
| 3.672583237273413E8, | |
| 3.806222392702799E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.6840589821027946E8, | |
| "50.0" : 3.738195855698116E8, | |
| "90.0" : 3.7926708738823545E8, | |
| "95.0" : 3.7933719343683565E8, | |
| "99.0" : 3.7933719343683565E8, | |
| "99.9" : 3.7933719343683565E8, | |
| "99.99" : 3.7933719343683565E8, | |
| "99.999" : 3.7933719343683565E8, | |
| "99.9999" : 3.7933719343683565E8, | |
| "100.0" : 3.7933719343683565E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.7002961398263264E8, | |
| 3.692342309760145E8, | |
| 3.6962298852001107E8, | |
| 3.7320654428436303E8, | |
| 3.786361329508334E8, | |
| 3.781773908432653E8, | |
| 3.783201949286101E8, | |
| 3.7933719343683565E8, | |
| 3.6840589821027946E8, | |
| 3.744326268552602E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.3446989889430247E7, | |
| "scoreError" : 946624.0980213442, | |
| "scoreConfidence" : [ | |
| 3.2500365791408904E7, | |
| 3.439361398745159E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.2676887052832086E7, | |
| "50.0" : 3.3209600096815236E7, | |
| "90.0" : 3.447048038188487E7, | |
| "95.0" : 3.448068906671671E7, | |
| "99.0" : 3.448068906671671E7, | |
| "99.9" : 3.448068906671671E7, | |
| "99.99" : 3.448068906671671E7, | |
| "99.999" : 3.448068906671671E7, | |
| "99.9999" : 3.448068906671671E7, | |
| "100.0" : 3.448068906671671E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.2676887052832086E7, | |
| 3.2808972940639567E7, | |
| 3.3211186282127045E7, | |
| 3.399480807997803E7, | |
| 3.316043382506785E7, | |
| 3.437860221839832E7, | |
| 3.448068906671671E7, | |
| 3.3412698855965443E7, | |
| 3.3208013911503423E7, | |
| 3.3137606661074024E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_sameKey", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 8417145.019053016, | |
| "scoreError" : 243559.4154873326, | |
| "scoreConfidence" : [ | |
| 8173585.603565684, | |
| 8660704.434540348 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 8307845.852739519, | |
| "50.0" : 8341160.85174392, | |
| "90.0" : 8775776.933260646, | |
| "95.0" : 8793448.44955147, | |
| "99.0" : 8793448.44955147, | |
| "99.9" : 8793448.44955147, | |
| "99.99" : 8793448.44955147, | |
| "99.999" : 8793448.44955147, | |
| "99.9999" : 8793448.44955147, | |
| "100.0" : 8793448.44955147 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 8307845.852739519, | |
| 8337831.6798804775, | |
| 8408790.291779313, | |
| 8344490.023607362, | |
| 8616733.286643224, | |
| 8313176.952403317, | |
| 8329457.799155537, | |
| 8401584.408917617, | |
| 8793448.44955147, | |
| 8318091.445852306 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.6520066404804355E8, | |
| "scoreError" : 2564877.6908078976, | |
| "scoreConfidence" : [ | |
| 1.6263578635723564E8, | |
| 1.6776554173885146E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.606561127804529E8, | |
| "50.0" : 1.6569794738700795E8, | |
| "90.0" : 1.6656387541615885E8, | |
| "95.0" : 1.6659876091780972E8, | |
| "99.0" : 1.6659876091780972E8, | |
| "99.9" : 1.6659876091780972E8, | |
| "99.99" : 1.6659876091780972E8, | |
| "99.999" : 1.6659876091780972E8, | |
| "99.9999" : 1.6659876091780972E8, | |
| "100.0" : 1.6659876091780972E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.662499059013009E8, | |
| 1.6526455459288448E8, | |
| 1.6659876091780972E8, | |
| 1.658750335492922E8, | |
| 1.6547339417649138E8, | |
| 1.6559309282553798E8, | |
| 1.6600171031057057E8, | |
| 1.644912734776172E8, | |
| 1.606561127804529E8, | |
| 1.6580280194847792E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.855158900814965E7, | |
| "scoreError" : 2191902.52796647, | |
| "scoreConfidence" : [ | |
| 6.6359686480183184E7, | |
| 7.074349153611612E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.5442613195083864E7, | |
| "50.0" : 6.93708649530037E7, | |
| "90.0" : 6.967380234148347E7, | |
| "95.0" : 6.968138606511208E7, | |
| "99.0" : 6.968138606511208E7, | |
| "99.9" : 6.968138606511208E7, | |
| "99.99" : 6.968138606511208E7, | |
| "99.999" : 6.968138606511208E7, | |
| "99.9999" : 6.968138606511208E7, | |
| "100.0" : 6.968138606511208E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.72071402232498E7, | |
| 6.711910505294433E7, | |
| 6.5442613195083864E7, | |
| 6.883729486816648E7, | |
| 6.945457419774903E7, | |
| 6.942649774435766E7, | |
| 6.968138606511208E7, | |
| 6.937450325172809E7, | |
| 6.936722665427932E7, | |
| 6.96055488288259E7 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| }, | |
| { | |
| "jmhVersion" : "1.37", | |
| "benchmark" : "com.github.benmanes.caffeine.cache.ComputeBenchmark.compute_spread", | |
| "mode" : "thrpt", | |
| "threads" : 32, | |
| "forks" : 1, | |
| "jvm" : "/opt/zing/zing-jdk21.0.4-24.09.0.0-5-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "21.0.4", | |
| "vmName" : "Zing 64-Bit Tiered VM", | |
| "vmVersion" : "21.0.4-zing_24.09.0.0-b5-release-linux-X86_64", | |
| "warmupIterations" : 10, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 10, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.7730515685103568E8, | |
| "scoreError" : 2492929.400904168, | |
| "scoreConfidence" : [ | |
| 1.748122274501315E8, | |
| 1.7979808625193986E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.7536667266531E8, | |
| "50.0" : 1.769599772775039E8, | |
| "90.0" : 1.800875952286241E8, | |
| "95.0" : 1.8016028497188553E8, | |
| "99.0" : 1.8016028497188553E8, | |
| "99.9" : 1.8016028497188553E8, | |
| "99.99" : 1.8016028497188553E8, | |
| "99.999" : 1.8016028497188553E8, | |
| "99.9999" : 1.8016028497188553E8, | |
| "100.0" : 1.8016028497188553E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.7536667266531E8, | |
| 1.7748208522847274E8, | |
| 1.7542188522211304E8, | |
| 1.7622679599391747E8, | |
| 1.766385818890837E8, | |
| 1.7728137266592413E8, | |
| 1.8016028497188553E8, | |
| 1.7869354741709894E8, | |
| 1.7634695491728005E8, | |
| 1.794333875392713E8 | |
| ] | |
| ] | |
| }, | |
| "secondaryMetrics" : { | |
| } | |
| } | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment