Skip to content

Instantly share code, notes, and snippets.

@ftence
Last active August 24, 2020 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ftence/a37d2f252eeeb7e123bbf3a288dab969 to your computer and use it in GitHub Desktop.
Save ftence/a37d2f252eeeb7e123bbf3a288dab969 to your computer and use it in GitHub Desktop.
[
[
{
"jmhVersion": "1.23",
"benchmark": "io.warp10.script.ext.jmh.MacroBenchmark.benchmarkMacro",
"mode": "avgt",
"threads": 1,
"forks": 5,
"jvm": "/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java",
"jvmArgs": [
"-Djava.awt.headless=true",
"-Xms5g",
"-Xmx5g",
"-XX:+UseG1GC",
"-Dfile.encoding=UTF-8",
"-Djmh.benchconfiguration.file=/tmp/benchConf6869487727766620032.mc2",
"-Djmh.warp10configuration.file=/tmp/warpConf6052984891288498395.conf",
"-Xms64m",
"-Xmx64m"
],
"jdkVersion": "1.8.0_265",
"vmName": "OpenJDK 64-Bit Server VM",
"vmVersion": "25.265-b01",
"warmupIterations": 3,
"warmupTime": "1 s",
"warmupBatchSize": 1,
"measurementIterations": 5,
"measurementTime": "5 s",
"measurementBatchSize": 1,
"primaryMetric": {
"score": 110.77029093360863,
"scoreError": 1.9802278971235183,
"scoreConfidence": [
108.79006303648512,
112.75051883073215
],
"scorePercentiles": {
"0.0": 104.14691409924934,
"50.0": 109.90066691190677,
"90.0": 114.89650517567898,
"95.0": 115.28073487076996,
"99.0": 115.36147741103176,
"99.9": 115.36147741103176,
"99.99": 115.36147741103176,
"99.999": 115.36147741103176,
"99.9999": 115.36147741103176,
"100.0": 115.36147741103176
},
"scoreUnit": "ns/op",
"rawData": [
[
108.49713556296369,
104.14691409924934,
109.23125125889112,
109.45742667897106,
109.77469984574539
],
[
109.38464330141854,
111.45512261409014,
111.60804166531149,
108.5618482166984,
110.30926367307579
],
[
114.0380135555523,
114.69303338288408,
115.09233561015911,
115.36147741103176,
113.21967344963028
],
[
108.45873832326293,
109.65639385477992,
111.97668562191369,
109.41380197711473,
114.76595155269223
],
[
109.90066691190677,
108.74749087330133,
109.16390519150625,
111.15733317852074,
111.18542552954516
]
]
},
"secondaryMetrics": {},
"benchConfiguration": {
"pretrial": "<% <% 'var' STORE 'var' LOAD %> ASREGS 'macrowithregs' STORE %>",
"preinvocation": "<% RANDOM 'macrowithregs' LOAD %>",
"macro": "<% EVAL %>",
"postinvocation": "<% CLEAR %>"
}
}
],
[
{
"jmhVersion": "1.23",
"benchmark": "io.warp10.script.ext.jmh.MacroBenchmark.benchmarkMacro",
"mode": "avgt",
"threads": 1,
"forks": 5,
"jvm": "/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java",
"jvmArgs": [
"-Djava.awt.headless=true",
"-Xms5g",
"-Xmx5g",
"-XX:+UseG1GC",
"-Dfile.encoding=UTF-8",
"-Djmh.benchconfiguration.file=/tmp/benchConf7925719360568624550.mc2",
"-Djmh.warp10configuration.file=/tmp/warpConf5915582208742900910.conf",
"-Xms64m",
"-Xmx64m"
],
"jdkVersion": "1.8.0_265",
"vmName": "OpenJDK 64-Bit Server VM",
"vmVersion": "25.265-b01",
"warmupIterations": 3,
"warmupTime": "1 s",
"warmupBatchSize": 1,
"measurementIterations": 5,
"measurementTime": "5 s",
"measurementBatchSize": 1,
"primaryMetric": {
"score": 210.88541217169015,
"scoreError": 5.722354062639168,
"scoreConfidence": [
205.16305810905098,
216.60776623432932
],
"scorePercentiles": {
"0.0": 198.1531843344133,
"50.0": 212.05216252239583,
"90.0": 221.10368599867536,
"95.0": 227.15197549219107,
"99.0": 229.6243737411045,
"99.9": 229.6243737411045,
"99.99": 229.6243737411045,
"99.999": 229.6243737411045,
"99.9999": 229.6243737411045,
"100.0": 229.6243737411045
},
"scoreUnit": "ns/op",
"rawData": [
[
216.2742289231554,
220.91744583464134,
212.36190289261893,
212.16993533469645,
211.03194708483608
],
[
201.37243254076955,
203.47291603323703,
211.7112502613125,
212.05216252239583,
209.60976203901137
],
[
198.29230600783245,
204.04076908677555,
206.15195198517594,
201.72016832385566,
198.1531843344133
],
[
217.89110026553863,
213.39445917940947,
214.20272489668463,
221.38304624472636,
229.6243737411045
],
[
203.90329937599088,
208.32404604360264,
212.36179336771914,
213.70509882053855,
218.01299915221253
]
]
},
"secondaryMetrics": {},
"benchConfiguration": {
"pretrial": "<% <% 'var' STORE 'var' LOAD %> 'macrowithvars' STORE %>",
"preinvocation": "<% RANDOM 'macrowithvars' LOAD %>",
"macro": "<% EVAL %>",
"postinvocation": "<% CLEAR %>"
}
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment