Last active
July 18, 2026 00:50
-
-
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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.17407958610434E8, | |
| "scoreError" : 1.680518965263255E7, | |
| "scoreConfidence" : [ | |
| 4.0060276895780146E8, | |
| 4.3421314826306653E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.165562071959057E8, | |
| "50.0" : 4.1728210485041076E8, | |
| "90.0" : 4.183855637849856E8, | |
| "95.0" : 4.183855637849856E8, | |
| "99.0" : 4.183855637849856E8, | |
| "99.9" : 4.183855637849856E8, | |
| "99.99" : 4.183855637849856E8, | |
| "99.999" : 4.183855637849856E8, | |
| "99.9999" : 4.183855637849856E8, | |
| "100.0" : 4.183855637849856E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.165562071959057E8, | |
| 4.183855637849856E8, | |
| 4.1728210485041076E8 | |
| ] | |
| ] | |
| }, | |
| "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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.344976986089542E7, | |
| "scoreError" : 2411204.572061078, | |
| "scoreConfidence" : [ | |
| 4.103856528883434E7, | |
| 4.5860974432956494E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.336362850378488E7, | |
| "50.0" : 4.338374118142256E7, | |
| "90.0" : 4.360193989747881E7, | |
| "95.0" : 4.360193989747881E7, | |
| "99.0" : 4.360193989747881E7, | |
| "99.9" : 4.360193989747881E7, | |
| "99.99" : 4.360193989747881E7, | |
| "99.999" : 4.360193989747881E7, | |
| "99.9999" : 4.360193989747881E7, | |
| "100.0" : 4.360193989747881E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.360193989747881E7, | |
| 4.336362850378488E7, | |
| 4.338374118142256E7 | |
| ] | |
| ] | |
| }, | |
| "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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.888113992682193E7, | |
| "scoreError" : 2342470.3114512404, | |
| "scoreConfidence" : [ | |
| 1.6538669615370687E7, | |
| 2.122361023827317E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.8790128152799357E7, | |
| "50.0" : 1.8825285715971846E7, | |
| "90.0" : 1.9028005911694575E7, | |
| "95.0" : 1.9028005911694575E7, | |
| "99.0" : 1.9028005911694575E7, | |
| "99.9" : 1.9028005911694575E7, | |
| "99.99" : 1.9028005911694575E7, | |
| "99.999" : 1.9028005911694575E7, | |
| "99.9999" : 1.9028005911694575E7, | |
| "100.0" : 1.9028005911694575E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.8825285715971846E7, | |
| 1.8790128152799357E7, | |
| 1.9028005911694575E7 | |
| ] | |
| ] | |
| }, | |
| "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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.0970216706394628E8, | |
| "scoreError" : 4704849.13543435, | |
| "scoreConfidence" : [ | |
| 2.0499731792851192E8, | |
| 2.1440701619938064E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.0944769811814547E8, | |
| "50.0" : 2.096954585411995E8, | |
| "90.0" : 2.099633445324939E8, | |
| "95.0" : 2.099633445324939E8, | |
| "99.0" : 2.099633445324939E8, | |
| "99.9" : 2.099633445324939E8, | |
| "99.99" : 2.099633445324939E8, | |
| "99.999" : 2.099633445324939E8, | |
| "99.9999" : 2.099633445324939E8, | |
| "100.0" : 2.099633445324939E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.096954585411995E8, | |
| 2.099633445324939E8, | |
| 2.0944769811814547E8 | |
| ] | |
| ] | |
| }, | |
| "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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.1461524024480246E7, | |
| "scoreError" : 460609.81300664536, | |
| "scoreConfidence" : [ | |
| 6.10009142114736E7, | |
| 6.192213383748689E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.143724929703865E7, | |
| "50.0" : 6.145967949254624E7, | |
| "90.0" : 6.1487643283855855E7, | |
| "95.0" : 6.1487643283855855E7, | |
| "99.0" : 6.1487643283855855E7, | |
| "99.9" : 6.1487643283855855E7, | |
| "99.99" : 6.1487643283855855E7, | |
| "99.999" : 6.1487643283855855E7, | |
| "99.9999" : 6.1487643283855855E7, | |
| "100.0" : 6.1487643283855855E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.143724929703865E7, | |
| 6.1487643283855855E7, | |
| 6.145967949254624E7 | |
| ] | |
| ] | |
| }, | |
| "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.11", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "21.0.11+10-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.187694421195818E8, | |
| "scoreError" : 2.2179458458305553E7, | |
| "scoreConfidence" : [ | |
| 9.658998366127625E7, | |
| 1.4094890057788736E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.173790232938811E8, | |
| "50.0" : 1.1929716009286948E8, | |
| "90.0" : 1.1963214297199482E8, | |
| "95.0" : 1.1963214297199482E8, | |
| "99.0" : 1.1963214297199482E8, | |
| "99.9" : 1.1963214297199482E8, | |
| "99.99" : 1.1963214297199482E8, | |
| "99.999" : 1.1963214297199482E8, | |
| "99.9999" : 1.1963214297199482E8, | |
| "100.0" : 1.1963214297199482E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.173790232938811E8, | |
| 1.1929716009286948E8, | |
| 1.1963214297199482E8 | |
| ] | |
| ] | |
| }, | |
| "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" : "/usr/lib/jvm/temurin-25-jdk-amd64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "25.0.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.551936128509112E8, | |
| "scoreError" : 4.054041679710611E7, | |
| "scoreConfidence" : [ | |
| 4.146531960538051E8, | |
| 4.957340296480173E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.5263344240131307E8, | |
| "50.0" : 4.5632494535550237E8, | |
| "90.0" : 4.566224507959182E8, | |
| "95.0" : 4.566224507959182E8, | |
| "99.0" : 4.566224507959182E8, | |
| "99.9" : 4.566224507959182E8, | |
| "99.99" : 4.566224507959182E8, | |
| "99.999" : 4.566224507959182E8, | |
| "99.9999" : 4.566224507959182E8, | |
| "100.0" : 4.566224507959182E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.5263344240131307E8, | |
| 4.566224507959182E8, | |
| 4.5632494535550237E8 | |
| ] | |
| ] | |
| }, | |
| "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.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 4.2620449341733165E7, | |
| "scoreError" : 7124887.4583784165, | |
| "scoreConfidence" : [ | |
| 3.5495561883354746E7, | |
| 4.9745336800111584E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.218195425146995E7, | |
| "50.0" : 4.274852480338472E7, | |
| "90.0" : 4.2930868970344834E7, | |
| "95.0" : 4.2930868970344834E7, | |
| "99.0" : 4.2930868970344834E7, | |
| "99.9" : 4.2930868970344834E7, | |
| "99.99" : 4.2930868970344834E7, | |
| "99.999" : 4.2930868970344834E7, | |
| "99.9999" : 4.2930868970344834E7, | |
| "100.0" : 4.2930868970344834E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.2930868970344834E7, | |
| 4.218195425146995E7, | |
| 4.274852480338472E7 | |
| ] | |
| ] | |
| }, | |
| "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.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 9109650.26147382, | |
| "scoreError" : 787951.5824417091, | |
| "scoreConfidence" : [ | |
| 8321698.679032111, | |
| 9897601.84391553 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9062376.85676426, | |
| "50.0" : 9119527.616871232, | |
| "90.0" : 9147046.310785968, | |
| "95.0" : 9147046.310785968, | |
| "99.0" : 9147046.310785968, | |
| "99.9" : 9147046.310785968, | |
| "99.99" : 9147046.310785968, | |
| "99.999" : 9147046.310785968, | |
| "99.9999" : 9147046.310785968, | |
| "100.0" : 9147046.310785968 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9147046.310785968, | |
| 9062376.85676426, | |
| 9119527.616871232 | |
| ] | |
| ] | |
| }, | |
| "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.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.0086712375539872E8, | |
| "scoreError" : 1.3293320784450723E7, | |
| "scoreConfidence" : [ | |
| 1.87573802970948E8, | |
| 2.1416044453984943E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.0003041532174715E8, | |
| "50.0" : 2.0120884477101877E8, | |
| "90.0" : 2.0136211117343017E8, | |
| "95.0" : 2.0136211117343017E8, | |
| "99.0" : 2.0136211117343017E8, | |
| "99.9" : 2.0136211117343017E8, | |
| "99.99" : 2.0136211117343017E8, | |
| "99.999" : 2.0136211117343017E8, | |
| "99.9999" : 2.0136211117343017E8, | |
| "100.0" : 2.0136211117343017E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.0003041532174715E8, | |
| 2.0120884477101877E8, | |
| 2.0136211117343017E8 | |
| ] | |
| ] | |
| }, | |
| "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.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.412220268995782E7, | |
| "scoreError" : 1680090.580832425, | |
| "scoreConfidence" : [ | |
| 5.24421121091254E7, | |
| 5.580229327079024E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.404872594032932E7, | |
| "50.0" : 5.4092369992567465E7, | |
| "90.0" : 5.422551213697666E7, | |
| "95.0" : 5.422551213697666E7, | |
| "99.0" : 5.422551213697666E7, | |
| "99.9" : 5.422551213697666E7, | |
| "99.99" : 5.422551213697666E7, | |
| "99.999" : 5.422551213697666E7, | |
| "99.9999" : 5.422551213697666E7, | |
| "100.0" : 5.422551213697666E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.4092369992567465E7, | |
| 5.422551213697666E7, | |
| 5.404872594032932E7 | |
| ] | |
| ] | |
| }, | |
| "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.3", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "25.0.3+9-LTS", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.491875057580997E8, | |
| "scoreError" : 5901676.932713021, | |
| "scoreConfidence" : [ | |
| 1.4328582882538667E8, | |
| 1.5508918269081274E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.4895766566850376E8, | |
| "50.0" : 1.490474229302407E8, | |
| "90.0" : 1.4955742867555463E8, | |
| "95.0" : 1.4955742867555463E8, | |
| "99.0" : 1.4955742867555463E8, | |
| "99.9" : 1.4955742867555463E8, | |
| "99.99" : 1.4955742867555463E8, | |
| "99.999" : 1.4955742867555463E8, | |
| "99.9999" : 1.4955742867555463E8, | |
| "100.0" : 1.4955742867555463E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.490474229302407E8, | |
| 1.4955742867555463E8, | |
| 1.4895766566850376E8 | |
| ] | |
| ] | |
| }, | |
| "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.70069549899833E8, | |
| "scoreError" : 6.2617721696867704E7, | |
| "scoreConfidence" : [ | |
| 3.074518282029653E8, | |
| 4.326872715967007E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.6645692240889263E8, | |
| "50.0" : 3.704643760855179E8, | |
| "90.0" : 3.732873512050887E8, | |
| "95.0" : 3.732873512050887E8, | |
| "99.0" : 3.732873512050887E8, | |
| "99.9" : 3.732873512050887E8, | |
| "99.99" : 3.732873512050887E8, | |
| "99.999" : 3.732873512050887E8, | |
| "99.9999" : 3.732873512050887E8, | |
| "100.0" : 3.732873512050887E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.704643760855179E8, | |
| 3.6645692240889263E8, | |
| 3.732873512050887E8 | |
| ] | |
| ] | |
| }, | |
| "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" : 3.9555103475896575E7, | |
| "scoreError" : 2407812.1121815727, | |
| "scoreConfidence" : [ | |
| 3.7147291363715E7, | |
| 4.196291558807815E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.946260978403959E7, | |
| "50.0" : 3.949645757149006E7, | |
| "90.0" : 3.9706243072160095E7, | |
| "95.0" : 3.9706243072160095E7, | |
| "99.0" : 3.9706243072160095E7, | |
| "99.9" : 3.9706243072160095E7, | |
| "99.99" : 3.9706243072160095E7, | |
| "99.999" : 3.9706243072160095E7, | |
| "99.9999" : 3.9706243072160095E7, | |
| "100.0" : 3.9706243072160095E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.9706243072160095E7, | |
| 3.949645757149006E7, | |
| 3.946260978403959E7 | |
| ] | |
| ] | |
| }, | |
| "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" : 2.083347190260903E7, | |
| "scoreError" : 1841442.1590895879, | |
| "scoreConfidence" : [ | |
| 1.8992029743519444E7, | |
| 2.267491406169862E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.0764135277336568E7, | |
| "50.0" : 2.078700864657364E7, | |
| "90.0" : 2.0949271783916883E7, | |
| "95.0" : 2.0949271783916883E7, | |
| "99.0" : 2.0949271783916883E7, | |
| "99.9" : 2.0949271783916883E7, | |
| "99.99" : 2.0949271783916883E7, | |
| "99.999" : 2.0949271783916883E7, | |
| "99.9999" : 2.0949271783916883E7, | |
| "100.0" : 2.0949271783916883E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.0764135277336568E7, | |
| 2.0949271783916883E7, | |
| 2.078700864657364E7 | |
| ] | |
| ] | |
| }, | |
| "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" : 1.9240338352680895E8, | |
| "scoreError" : 4.656745024021065E7, | |
| "scoreConfidence" : [ | |
| 1.458359332865983E8, | |
| 2.389708337670196E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.8946002117074978E8, | |
| "50.0" : 1.9374158363063708E8, | |
| "90.0" : 1.9400854577903998E8, | |
| "95.0" : 1.9400854577903998E8, | |
| "99.0" : 1.9400854577903998E8, | |
| "99.9" : 1.9400854577903998E8, | |
| "99.99" : 1.9400854577903998E8, | |
| "99.999" : 1.9400854577903998E8, | |
| "99.9999" : 1.9400854577903998E8, | |
| "100.0" : 1.9400854577903998E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.9374158363063708E8, | |
| 1.8946002117074978E8, | |
| 1.9400854577903998E8 | |
| ] | |
| ] | |
| }, | |
| "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" : 5.9912486873109676E7, | |
| "scoreError" : 3770621.3667418966, | |
| "scoreConfidence" : [ | |
| 5.614186550636778E7, | |
| 6.368310823985157E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.976139745933654E7, | |
| "50.0" : 5.982804466551496E7, | |
| "90.0" : 6.0148018494477525E7, | |
| "95.0" : 6.0148018494477525E7, | |
| "99.0" : 6.0148018494477525E7, | |
| "99.9" : 6.0148018494477525E7, | |
| "99.99" : 6.0148018494477525E7, | |
| "99.999" : 6.0148018494477525E7, | |
| "99.9999" : 6.0148018494477525E7, | |
| "100.0" : 6.0148018494477525E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.0148018494477525E7, | |
| 5.976139745933654E7, | |
| 5.982804466551496E7 | |
| ] | |
| ] | |
| }, | |
| "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.4051122811828163E8, | |
| "scoreError" : 2.3911113574013572E7, | |
| "scoreConfidence" : [ | |
| 2.1660011454426807E8, | |
| 2.644223416922952E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.38998524553204E8, | |
| "50.0" : 2.4122762654018617E8, | |
| "90.0" : 2.4130753326145476E8, | |
| "95.0" : 2.4130753326145476E8, | |
| "99.0" : 2.4130753326145476E8, | |
| "99.9" : 2.4130753326145476E8, | |
| "99.99" : 2.4130753326145476E8, | |
| "99.999" : 2.4130753326145476E8, | |
| "99.9999" : 2.4130753326145476E8, | |
| "100.0" : 2.4130753326145476E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.38998524553204E8, | |
| 2.4122762654018617E8, | |
| 2.4130753326145476E8 | |
| ] | |
| ] | |
| }, | |
| "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.1181119396122439E8, | |
| "scoreError" : 1.3305137370760005E9, | |
| "scoreConfidence" : [ | |
| -1.2187025431147761E9, | |
| 1.4423249310372248E9 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.760055041534113E7, | |
| "50.0" : 1.534660888822514E8, | |
| "90.0" : 1.5436694258608064E8, | |
| "95.0" : 1.5436694258608064E8, | |
| "99.0" : 1.5436694258608064E8, | |
| "99.9" : 1.5436694258608064E8, | |
| "99.99" : 1.5436694258608064E8, | |
| "99.999" : 1.5436694258608064E8, | |
| "99.9999" : 1.5436694258608064E8, | |
| "100.0" : 1.5436694258608064E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.760055041534113E7, | |
| 1.534660888822514E8, | |
| 1.5436694258608064E8 | |
| ] | |
| ] | |
| }, | |
| "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" : 4.637436840758004E7, | |
| "scoreError" : 950894.0149475047, | |
| "scoreConfidence" : [ | |
| 4.542347439263254E7, | |
| 4.7325262422527544E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.6318684581998274E7, | |
| "50.0" : 4.638243264889943E7, | |
| "90.0" : 4.642198799184241E7, | |
| "95.0" : 4.642198799184241E7, | |
| "99.0" : 4.642198799184241E7, | |
| "99.9" : 4.642198799184241E7, | |
| "99.99" : 4.642198799184241E7, | |
| "99.999" : 4.642198799184241E7, | |
| "99.9999" : 4.642198799184241E7, | |
| "100.0" : 4.642198799184241E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.6318684581998274E7, | |
| 4.638243264889943E7, | |
| 4.642198799184241E7 | |
| ] | |
| ] | |
| }, | |
| "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" : 4201903.84752385, | |
| "scoreError" : 343130.1196713161, | |
| "scoreConfidence" : [ | |
| 3858773.7278525345, | |
| 4545033.967195166 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4181295.7841226184, | |
| "50.0" : 4206272.716313102, | |
| "90.0" : 4218143.04213583, | |
| "95.0" : 4218143.04213583, | |
| "99.0" : 4218143.04213583, | |
| "99.9" : 4218143.04213583, | |
| "99.99" : 4218143.04213583, | |
| "99.999" : 4218143.04213583, | |
| "99.9999" : 4218143.04213583, | |
| "100.0" : 4218143.04213583 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4218143.04213583, | |
| 4206272.716313102, | |
| 4181295.7841226184 | |
| ] | |
| ] | |
| }, | |
| "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.2142489214697652E8, | |
| "scoreError" : 5453505.940623777, | |
| "scoreConfidence" : [ | |
| 1.1597138620635274E8, | |
| 1.2687839808760029E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.2119512397352242E8, | |
| "50.0" : 1.2131670419842501E8, | |
| "90.0" : 1.2176284826898211E8, | |
| "95.0" : 1.2176284826898211E8, | |
| "99.0" : 1.2176284826898211E8, | |
| "99.9" : 1.2176284826898211E8, | |
| "99.99" : 1.2176284826898211E8, | |
| "99.999" : 1.2176284826898211E8, | |
| "99.9999" : 1.2176284826898211E8, | |
| "100.0" : 1.2176284826898211E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2119512397352242E8, | |
| 1.2176284826898211E8, | |
| 1.2131670419842501E8 | |
| ] | |
| ] | |
| }, | |
| "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" : 4.2882115746741824E7, | |
| "scoreError" : 5782543.254409103, | |
| "scoreConfidence" : [ | |
| 3.709957249233272E7, | |
| 4.866465900115093E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.251855226171532E7, | |
| "50.0" : 4.302742442054685E7, | |
| "90.0" : 4.31003705579633E7, | |
| "95.0" : 4.31003705579633E7, | |
| "99.0" : 4.31003705579633E7, | |
| "99.9" : 4.31003705579633E7, | |
| "99.99" : 4.31003705579633E7, | |
| "99.999" : 4.31003705579633E7, | |
| "99.9999" : 4.31003705579633E7, | |
| "100.0" : 4.31003705579633E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.251855226171532E7, | |
| 4.302742442054685E7, | |
| 4.31003705579633E7 | |
| ] | |
| ] | |
| }, | |
| "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.1080826758709824E8, | |
| "scoreError" : 5.990038198856193E8, | |
| "scoreConfidence" : [ | |
| -4.8819555229852104E8, | |
| 7.098120874727175E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 7.322939590912046E7, | |
| "50.0" : 1.2524973701740925E8, | |
| "90.0" : 1.3394566983476502E8, | |
| "95.0" : 1.3394566983476502E8, | |
| "99.0" : 1.3394566983476502E8, | |
| "99.9" : 1.3394566983476502E8, | |
| "99.99" : 1.3394566983476502E8, | |
| "99.999" : 1.3394566983476502E8, | |
| "99.9999" : 1.3394566983476502E8, | |
| "100.0" : 1.3394566983476502E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2524973701740925E8, | |
| 7.322939590912046E7, | |
| 1.3394566983476502E8 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.9166676317731607E8, | |
| "scoreError" : 1.447992424403271E7, | |
| "scoreConfidence" : [ | |
| 1.7718683893328336E8, | |
| 2.0614668742134878E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.911221719375733E8, | |
| "50.0" : 1.913006900393002E8, | |
| "90.0" : 1.9257742755507466E8, | |
| "95.0" : 1.9257742755507466E8, | |
| "99.0" : 1.9257742755507466E8, | |
| "99.9" : 1.9257742755507466E8, | |
| "99.99" : 1.9257742755507466E8, | |
| "99.999" : 1.9257742755507466E8, | |
| "99.9999" : 1.9257742755507466E8, | |
| "100.0" : 1.9257742755507466E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.913006900393002E8, | |
| 1.911221719375733E8, | |
| 1.9257742755507466E8 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.0465508343885176E7, | |
| "scoreError" : 1010768.4872399428, | |
| "scoreConfidence" : [ | |
| 4.9454739856645234E7, | |
| 5.147627683112512E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.040362755987022E7, | |
| "50.0" : 5.048239032888978E7, | |
| "90.0" : 5.051050714289553E7, | |
| "95.0" : 5.051050714289553E7, | |
| "99.0" : 5.051050714289553E7, | |
| "99.9" : 5.051050714289553E7, | |
| "99.99" : 5.051050714289553E7, | |
| "99.999" : 5.051050714289553E7, | |
| "99.9999" : 5.051050714289553E7, | |
| "100.0" : 5.051050714289553E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.051050714289553E7, | |
| 5.048239032888978E7, | |
| 5.040362755987022E7 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.5675655505704312E7, | |
| "scoreError" : 710880.4285236397, | |
| "scoreConfidence" : [ | |
| 1.4964775077180672E7, | |
| 1.638653593422795E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.5634438713065296E7, | |
| "50.0" : 1.568063661596017E7, | |
| "90.0" : 1.5711891188087469E7, | |
| "95.0" : 1.5711891188087469E7, | |
| "99.0" : 1.5711891188087469E7, | |
| "99.9" : 1.5711891188087469E7, | |
| "99.99" : 1.5711891188087469E7, | |
| "99.999" : 1.5711891188087469E7, | |
| "99.9999" : 1.5711891188087469E7, | |
| "100.0" : 1.5711891188087469E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.5711891188087469E7, | |
| 1.568063661596017E7, | |
| 1.5634438713065296E7 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 9.89130476497739E7, | |
| "scoreError" : 1.0744965602744866E7, | |
| "scoreConfidence" : [ | |
| 8.816808204702903E7, | |
| 1.0965801325251876E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 9.828068804935578E7, | |
| "50.0" : 9.90124923648893E7, | |
| "90.0" : 9.94459625350766E7, | |
| "95.0" : 9.94459625350766E7, | |
| "99.0" : 9.94459625350766E7, | |
| "99.9" : 9.94459625350766E7, | |
| "99.99" : 9.94459625350766E7, | |
| "99.999" : 9.94459625350766E7, | |
| "99.9999" : 9.94459625350766E7, | |
| "100.0" : 9.94459625350766E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 9.828068804935578E7, | |
| 9.90124923648893E7, | |
| 9.94459625350766E7 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.5926844174413584E7, | |
| "scoreError" : 4369568.700196961, | |
| "scoreConfidence" : [ | |
| 5.1557275474216625E7, | |
| 6.029641287461054E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.578835478156059E7, | |
| "50.0" : 5.5788770415999226E7, | |
| "90.0" : 5.620340732568093E7, | |
| "95.0" : 5.620340732568093E7, | |
| "99.0" : 5.620340732568093E7, | |
| "99.9" : 5.620340732568093E7, | |
| "99.99" : 5.620340732568093E7, | |
| "99.999" : 5.620340732568093E7, | |
| "99.9999" : 5.620340732568093E7, | |
| "100.0" : 5.620340732568093E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.5788770415999226E7, | |
| 5.578835478156059E7, | |
| 5.620340732568093E7 | |
| ] | |
| ] | |
| }, | |
| "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.31", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "11.0.31+11", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 1.2502649144355798E8, | |
| "scoreError" : 4897583.059203779, | |
| "scoreConfidence" : [ | |
| 1.201289083843542E8, | |
| 1.2992407450276175E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.2475182127746053E8, | |
| "50.0" : 1.250393907323406E8, | |
| "90.0" : 1.2528826232087277E8, | |
| "95.0" : 1.2528826232087277E8, | |
| "99.0" : 1.2528826232087277E8, | |
| "99.9" : 1.2528826232087277E8, | |
| "99.99" : 1.2528826232087277E8, | |
| "99.999" : 1.2528826232087277E8, | |
| "99.9999" : 1.2528826232087277E8, | |
| "100.0" : 1.2528826232087277E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.2528826232087277E8, | |
| 1.2475182127746053E8, | |
| 1.250393907323406E8 | |
| ] | |
| ] | |
| }, | |
| "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.107703776697161E8, | |
| "scoreError" : 3.555663187870453E7, | |
| "scoreConfidence" : [ | |
| 3.752137457910116E8, | |
| 4.4632700954842067E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 4.085757172798539E8, | |
| "50.0" : 4.1143629348147756E8, | |
| "90.0" : 4.1229912224781686E8, | |
| "95.0" : 4.1229912224781686E8, | |
| "99.0" : 4.1229912224781686E8, | |
| "99.9" : 4.1229912224781686E8, | |
| "99.99" : 4.1229912224781686E8, | |
| "99.999" : 4.1229912224781686E8, | |
| "99.9999" : 4.1229912224781686E8, | |
| "100.0" : 4.1229912224781686E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 4.1143629348147756E8, | |
| 4.085757172798539E8, | |
| 4.1229912224781686E8 | |
| ] | |
| ] | |
| }, | |
| "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.60526783038891E7, | |
| "scoreError" : 8098011.533483274, | |
| "scoreConfidence" : [ | |
| 4.795466677040583E7, | |
| 6.415068983737238E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.569073775370067E7, | |
| "50.0" : 5.591935867299842E7, | |
| "90.0" : 5.654793848496822E7, | |
| "95.0" : 5.654793848496822E7, | |
| "99.0" : 5.654793848496822E7, | |
| "99.9" : 5.654793848496822E7, | |
| "99.99" : 5.654793848496822E7, | |
| "99.999" : 5.654793848496822E7, | |
| "99.9999" : 5.654793848496822E7, | |
| "100.0" : 5.654793848496822E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.654793848496822E7, | |
| 5.591935867299842E7, | |
| 5.569073775370067E7 | |
| ] | |
| ] | |
| }, | |
| "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.437843460605028E7, | |
| "scoreError" : 1.0032659279783176E7, | |
| "scoreConfidence" : [ | |
| 1.4345775326267103E7, | |
| 3.441109388583346E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.403956239448657E7, | |
| "50.0" : 2.408280026161903E7, | |
| "90.0" : 2.5012941162045237E7, | |
| "95.0" : 2.5012941162045237E7, | |
| "99.0" : 2.5012941162045237E7, | |
| "99.9" : 2.5012941162045237E7, | |
| "99.99" : 2.5012941162045237E7, | |
| "99.999" : 2.5012941162045237E7, | |
| "99.9999" : 2.5012941162045237E7, | |
| "100.0" : 2.5012941162045237E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.403956239448657E7, | |
| 2.408280026161903E7, | |
| 2.5012941162045237E7 | |
| ] | |
| ] | |
| }, | |
| "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" : 2.022668302226446E8, | |
| "scoreError" : 5.610926082050781E7, | |
| "scoreConfidence" : [ | |
| 1.461575694021368E8, | |
| 2.583760910431524E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.987802050488237E8, | |
| "50.0" : 2.0342574811695507E8, | |
| "90.0" : 2.04594537502155E8, | |
| "95.0" : 2.04594537502155E8, | |
| "99.0" : 2.04594537502155E8, | |
| "99.9" : 2.04594537502155E8, | |
| "99.99" : 2.04594537502155E8, | |
| "99.999" : 2.04594537502155E8, | |
| "99.9999" : 2.04594537502155E8, | |
| "100.0" : 2.04594537502155E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.04594537502155E8, | |
| 2.0342574811695507E8, | |
| 1.987802050488237E8 | |
| ] | |
| ] | |
| }, | |
| "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.732371397946133E7, | |
| "scoreError" : 3207964.049487232, | |
| "scoreConfidence" : [ | |
| 6.4115749929974094E7, | |
| 7.053167802894856E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.712068768267608E7, | |
| "50.0" : 6.742305604237093E7, | |
| "90.0" : 6.742739821333697E7, | |
| "95.0" : 6.742739821333697E7, | |
| "99.0" : 6.742739821333697E7, | |
| "99.9" : 6.742739821333697E7, | |
| "99.99" : 6.742739821333697E7, | |
| "99.999" : 6.742739821333697E7, | |
| "99.9999" : 6.742739821333697E7, | |
| "100.0" : 6.742739821333697E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.712068768267608E7, | |
| 6.742305604237093E7, | |
| 6.742739821333697E7 | |
| ] | |
| ] | |
| }, | |
| "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.1329230816215783E8, | |
| "scoreError" : 7482581.779577672, | |
| "scoreConfidence" : [ | |
| 1.0580972638258016E8, | |
| 1.207748899417355E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 1.1289933890484948E8, | |
| "50.0" : 1.1325988069117093E8, | |
| "90.0" : 1.1371770489045309E8, | |
| "95.0" : 1.1371770489045309E8, | |
| "99.0" : 1.1371770489045309E8, | |
| "99.9" : 1.1371770489045309E8, | |
| "99.99" : 1.1371770489045309E8, | |
| "99.999" : 1.1371770489045309E8, | |
| "99.9999" : 1.1371770489045309E8, | |
| "100.0" : 1.1371770489045309E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 1.1325988069117093E8, | |
| 1.1371770489045309E8, | |
| 1.1289933890484948E8 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 6.097875938733364E8, | |
| "scoreError" : 8.109289403008372E7, | |
| "scoreConfidence" : [ | |
| 5.286946998432527E8, | |
| 6.908804879034202E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 6.048436408495584E8, | |
| "50.0" : 6.11065501490717E8, | |
| "90.0" : 6.13453639279734E8, | |
| "95.0" : 6.13453639279734E8, | |
| "99.0" : 6.13453639279734E8, | |
| "99.9" : 6.13453639279734E8, | |
| "99.99" : 6.13453639279734E8, | |
| "99.999" : 6.13453639279734E8, | |
| "99.9999" : 6.13453639279734E8, | |
| "100.0" : 6.13453639279734E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 6.11065501490717E8, | |
| 6.048436408495584E8, | |
| 6.13453639279734E8 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.2106060028335776E7, | |
| "scoreError" : 1409445.042365481, | |
| "scoreConfidence" : [ | |
| 3.0696614985970296E7, | |
| 3.3515505070701256E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.20245429369075E7, | |
| "50.0" : 3.2115437366628055E7, | |
| "90.0" : 3.217819978147177E7, | |
| "95.0" : 3.217819978147177E7, | |
| "99.0" : 3.217819978147177E7, | |
| "99.9" : 3.217819978147177E7, | |
| "99.99" : 3.217819978147177E7, | |
| "99.999" : 3.217819978147177E7, | |
| "99.9999" : 3.217819978147177E7, | |
| "100.0" : 3.217819978147177E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.20245429369075E7, | |
| 3.2115437366628055E7, | |
| 3.217819978147177E7 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 3.682835111241091E8, | |
| "scoreError" : 1.125517346890337E8, | |
| "scoreConfidence" : [ | |
| 2.557317764350754E8, | |
| 4.808352458131428E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 3.6117583232784885E8, | |
| "50.0" : 3.71423300812274E8, | |
| "90.0" : 3.7225140023220444E8, | |
| "95.0" : 3.7225140023220444E8, | |
| "99.0" : 3.7225140023220444E8, | |
| "99.9" : 3.7225140023220444E8, | |
| "99.99" : 3.7225140023220444E8, | |
| "99.999" : 3.7225140023220444E8, | |
| "99.9999" : 3.7225140023220444E8, | |
| "100.0" : 3.7225140023220444E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 3.71423300812274E8, | |
| 3.7225140023220444E8, | |
| 3.6117583232784885E8 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Caffeine" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.7036991975440454E8, | |
| "scoreError" : 1.5307786513737623E7, | |
| "scoreConfidence" : [ | |
| 2.5506213324066693E8, | |
| 2.8567770626814216E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.694785836398515E8, | |
| "50.0" : 2.704866792875807E8, | |
| "90.0" : 2.7114449633578146E8, | |
| "95.0" : 2.7114449633578146E8, | |
| "99.0" : 2.7114449633578146E8, | |
| "99.9" : 2.7114449633578146E8, | |
| "99.99" : 2.7114449633578146E8, | |
| "99.999" : 2.7114449633578146E8, | |
| "99.9999" : 2.7114449633578146E8, | |
| "100.0" : 2.7114449633578146E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.704866792875807E8, | |
| 2.7114449633578146E8, | |
| 2.694785836398515E8 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "Guava" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 5.8604764421910726E7, | |
| "scoreError" : 6849872.775244138, | |
| "scoreConfidence" : [ | |
| 5.175489164666659E7, | |
| 6.5454637197154865E7 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 5.8267070799230054E7, | |
| "50.0" : 5.8538141576404944E7, | |
| "90.0" : 5.900908089009717E7, | |
| "95.0" : 5.900908089009717E7, | |
| "99.0" : 5.900908089009717E7, | |
| "99.9" : 5.900908089009717E7, | |
| "99.99" : 5.900908089009717E7, | |
| "99.999" : 5.900908089009717E7, | |
| "99.9999" : 5.900908089009717E7, | |
| "100.0" : 5.900908089009717E7 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 5.8267070799230054E7, | |
| 5.8538141576404944E7, | |
| 5.900908089009717E7 | |
| ] | |
| ] | |
| }, | |
| "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.31.0.ea/x64/bin/java", | |
| "jvmArgs" : [ | |
| "-Xmx4g" | |
| ], | |
| "jdkVersion" : "27-beta", | |
| "vmName" : "OpenJDK 64-Bit Server VM", | |
| "vmVersion" : "27-beta+31-ea", | |
| "warmupIterations" : 3, | |
| "warmupTime" : "10 s", | |
| "warmupBatchSize" : 1, | |
| "measurementIterations" : 3, | |
| "measurementTime" : "10 s", | |
| "measurementBatchSize" : 1, | |
| "params" : { | |
| "computeType" : "ConcurrentHashMap" | |
| }, | |
| "primaryMetric" : { | |
| "score" : 2.115459813228146E8, | |
| "scoreError" : 2081744.9213537707, | |
| "scoreConfidence" : [ | |
| 2.0946423640146086E8, | |
| 2.1362772624416837E8 | |
| ], | |
| "scorePercentiles" : { | |
| "0.0" : 2.1142914881171173E8, | |
| "50.0" : 2.115516421376237E8, | |
| "90.0" : 2.1165715301910853E8, | |
| "95.0" : 2.1165715301910853E8, | |
| "99.0" : 2.1165715301910853E8, | |
| "99.9" : 2.1165715301910853E8, | |
| "99.99" : 2.1165715301910853E8, | |
| "99.999" : 2.1165715301910853E8, | |
| "99.9999" : 2.1165715301910853E8, | |
| "100.0" : 2.1165715301910853E8 | |
| }, | |
| "scoreUnit" : "ops/s", | |
| "rawData" : [ | |
| [ | |
| 2.115516421376237E8, | |
| 2.1165715301910853E8, | |
| 2.1142914881171173E8 | |
| ] | |
| ] | |
| }, | |
| "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