Created
June 10, 2023 08:11
-
-
Save fwbrasil/a2cad456ea9edb24e4c81255164dd3c9 to your computer and use it in GitHub Desktop.
This file contains 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.36", | |
"benchmark" : "kyo.bench.InterruptBench.forkKyo", | |
"mode" : "thrpt", | |
"threads" : 1, | |
"forks" : 1, | |
"jvm" : "/home/runner/.jabba/jdk/[email protected]/bin/java", | |
"jvmArgs" : [ | |
"-Dcats.effect.tracing.mode=DISABLED" | |
], | |
"jdkVersion" : "17", | |
"vmName" : "OpenJDK 64-Bit Server VM", | |
"vmVersion" : "17+35-2724", | |
"warmupIterations" : 5, | |
"warmupTime" : "1 s", | |
"warmupBatchSize" : 1, | |
"measurementIterations" : 3, | |
"measurementTime" : "1 s", | |
"measurementBatchSize" : 1, | |
"primaryMetric" : { | |
"score" : 3810.9206886406596, | |
"scoreError" : 706.0289025608714, | |
"scoreConfidence" : [ | |
3104.8917860797883, | |
4516.949591201531 | |
], | |
"scorePercentiles" : { | |
"0.0" : 3769.034761504683, | |
"50.0" : 3818.378348912905, | |
"90.0" : 3845.3489555043902, | |
"95.0" : 3845.3489555043902, | |
"99.0" : 3845.3489555043902, | |
"99.9" : 3845.3489555043902, | |
"99.99" : 3845.3489555043902, | |
"99.999" : 3845.3489555043902, | |
"99.9999" : 3845.3489555043902, | |
"100.0" : 3845.3489555043902 | |
}, | |
"scoreUnit" : "ops/s", | |
"rawData" : [ | |
[ | |
3818.378348912905, | |
3845.3489555043902, | |
3769.034761504683 | |
] | |
] | |
}, | |
"secondaryMetrics" : { | |
} | |
} | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment