Skip to content

Instantly share code, notes, and snippets.

@martijnhoekstra
Created June 21, 2019 10:56
Show Gist options
  • Save martijnhoekstra/82149aa2c102b9c121a010c3cdb2fc2a to your computer and use it in GitHub Desktop.
Save martijnhoekstra/82149aa2c102b9c121a010c3cdb2fc2a to your computer and use it in GitHub Desktop.
jmh runs
[
{
"jmhVersion" : "1.21",
"benchmark" : "com.twitter.concurrent.AsyncQueueBenchmark.allocation",
"mode" : "avgt",
"threads" : 10,
"forks" : 1,
"jvm" : "C:\\Program Files\\Java\\jdk1.8.0_201\\jre\\bin\\java.exe",
"jvmArgs" : [
],
"jdkVersion" : "1.8.0_201",
"vmName" : "Java HotSpot(TM) 64-Bit Server VM",
"vmVersion" : "25.201-b09",
"warmupIterations" : 6,
"warmupTime" : "5 s",
"warmupBatchSize" : 1,
"measurementIterations" : 10,
"measurementTime" : "3 s",
"measurementBatchSize" : 1,
"primaryMetric" : {
"score" : 181.62072777043838,
"scoreError" : 3.178938836363047,
"scoreConfidence" : [
178.44178893407533,
184.79966660680142
],
"scorePercentiles" : {
"0.0" : 177.46138195186936,
"50.0" : 181.78069663313897,
"90.0" : 184.13632015027034,
"95.0" : 184.16284819511375,
"99.0" : 184.16284819511375,
"99.9" : 184.16284819511375,
"99.99" : 184.16284819511375,
"99.999" : 184.16284819511375,
"99.9999" : 184.16284819511375,
"100.0" : 184.16284819511375
},
"scoreUnit" : "ns/op",
"rawData" : [
[
183.72938983659176,
181.76951234692115,
184.16284819511375,
181.68313962352528,
181.94258469563982,
183.8975677466795,
181.79188091935677,
177.46138195186936,
179.560403495356,
180.20856889333055
]
]
},
"secondaryMetrics" : {
}
},
{
"jmhVersion" : "1.21",
"benchmark" : "com.twitter.concurrent.AsyncQueueBenchmark.alternateOfferThenPoll",
"mode" : "avgt",
"threads" : 10,
"forks" : 1,
"jvm" : "C:\\Program Files\\Java\\jdk1.8.0_201\\jre\\bin\\java.exe",
"jvmArgs" : [
],
"jdkVersion" : "1.8.0_201",
"vmName" : "Java HotSpot(TM) 64-Bit Server VM",
"vmVersion" : "25.201-b09",
"warmupIterations" : 6,
"warmupTime" : "5 s",
"warmupBatchSize" : 1,
"measurementIterations" : 10,
"measurementTime" : "3 s",
"measurementBatchSize" : 1,
"primaryMetric" : {
"score" : 3012.8853272581755,
"scoreError" : 99.3058004455468,
"scoreConfidence" : [
2913.5795268126285,
3112.1911277037225
],
"scorePercentiles" : {
"0.0" : 2942.9615946632025,
"50.0" : 2996.1229653832534,
"90.0" : 3133.930963605365,
"95.0" : 3137.205229158544,
"99.0" : 3137.205229158544,
"99.9" : 3137.205229158544,
"99.99" : 3137.205229158544,
"99.999" : 3137.205229158544,
"99.9999" : 3137.205229158544,
"100.0" : 3137.205229158544
},
"scoreUnit" : "ns/op",
"rawData" : [
[
3028.2088076656028,
3042.003133938217,
3000.016841926056,
3104.4625736267512,
2992.2290888404505,
2968.133983544293,
3137.205229158544,
2942.9615946632025,
2948.6326829324094,
2964.9993362862256
]
]
},
"secondaryMetrics" : {
}
},
{
"jmhVersion" : "1.21",
"benchmark" : "com.twitter.concurrent.AsyncQueueBenchmark.alternatePollThenOffer",
"mode" : "avgt",
"threads" : 10,
"forks" : 1,
"jvm" : "C:\\Program Files\\Java\\jdk1.8.0_201\\jre\\bin\\java.exe",
"jvmArgs" : [
],
"jdkVersion" : "1.8.0_201",
"vmName" : "Java HotSpot(TM) 64-Bit Server VM",
"vmVersion" : "25.201-b09",
"warmupIterations" : 6,
"warmupTime" : "5 s",
"warmupBatchSize" : 1,
"measurementIterations" : 10,
"measurementTime" : "3 s",
"measurementBatchSize" : 1,
"primaryMetric" : {
"score" : 191598.47582010625,
"scoreError" : 720393.1066670478,
"scoreConfidence" : [
-528794.6308469416,
911991.582487154
],
"scorePercentiles" : {
"0.0" : 12141.81946728269,
"50.0" : 21653.368219453558,
"90.0" : 1401739.4523890475,
"95.0" : 1542585.0836754725,
"99.0" : 1542585.0836754725,
"99.9" : 1542585.0836754725,
"99.99" : 1542585.0836754725,
"99.999" : 1542585.0836754725,
"99.9999" : 1542585.0836754725,
"100.0" : 1542585.0836754725
},
"scoreUnit" : "ns/op",
"rawData" : [
[
35999.111852143,
16911.366874293984,
98923.57170624708,
12141.81946728269,
21741.528612793212,
1542585.0836754725,
17864.001113961847,
134128.7708112147,
14124.296261539474,
21565.207826113907
]
]
},
"secondaryMetrics" : {
}
},
{
"jmhVersion" : "1.21",
"benchmark" : "com.twitter.concurrent.AsyncQueueBenchmark.offersThenPolls",
"mode" : "avgt",
"threads" : 10,
"forks" : 1,
"jvm" : "C:\\Program Files\\Java\\jdk1.8.0_201\\jre\\bin\\java.exe",
"jvmArgs" : [
],
"jdkVersion" : "1.8.0_201",
"vmName" : "Java HotSpot(TM) 64-Bit Server VM",
"vmVersion" : "25.201-b09",
"warmupIterations" : 6,
"warmupTime" : "5 s",
"warmupBatchSize" : 1,
"measurementIterations" : 10,
"measurementTime" : "3 s",
"measurementBatchSize" : 1,
"primaryMetric" : {
"score" : 2921.8691910752827,
"scoreError" : 51.40652422025498,
"scoreConfidence" : [
2870.4626668550277,
2973.275715295538
],
"scorePercentiles" : {
"0.0" : 2871.6932836312544,
"50.0" : 2906.963226821822,
"90.0" : 2975.8685199330553,
"95.0" : 2976.48147053052,
"99.0" : 2976.48147053052,
"99.9" : 2976.48147053052,
"99.99" : 2976.48147053052,
"99.999" : 2976.48147053052,
"99.9999" : 2976.48147053052,
"100.0" : 2976.48147053052
},
"scoreUnit" : "ns/op",
"rawData" : [
[
2976.48147053052,
2950.8579394439175,
2929.7648184417385,
2903.4720145673464,
2902.3290140812037,
2907.6474768679464,
2970.351964555874,
2871.6932836312544,
2899.814951857325,
2906.278976775697
]
]
},
"secondaryMetrics" : {
}
},
{
"jmhVersion" : "1.21",
"benchmark" : "com.twitter.concurrent.AsyncQueueBenchmark.pollsThenOffers",
"mode" : "avgt",
"threads" : 10,
"forks" : 1,
"jvm" : "C:\\Program Files\\Java\\jdk1.8.0_201\\jre\\bin\\java.exe",
"jvmArgs" : [
],
"jdkVersion" : "1.8.0_201",
"vmName" : "Java HotSpot(TM) 64-Bit Server VM",
"vmVersion" : "25.201-b09",
"warmupIterations" : 6,
"warmupTime" : "5 s",
"warmupBatchSize" : 1,
"measurementIterations" : 10,
"measurementTime" : "3 s",
"measurementBatchSize" : 1,
"primaryMetric" : {
"score" : 7041.2210661037625,
"scoreError" : 137.28659945417073,
"scoreConfidence" : [
6903.934466649592,
7178.507665557933
],
"scorePercentiles" : {
"0.0" : 6917.384900704041,
"50.0" : 7014.502266015792,
"90.0" : 7197.662716685513,
"95.0" : 7199.243106129319,
"99.0" : 7199.243106129319,
"99.9" : 7199.243106129319,
"99.99" : 7199.243106129319,
"99.999" : 7199.243106129319,
"99.9999" : 7199.243106129319,
"100.0" : 7199.243106129319
},
"scoreUnit" : "ns/op",
"rawData" : [
[
7199.243106129319,
7039.574985752061,
7183.439211691257,
7017.879636156579,
7011.124895875005,
7083.583714217506,
7004.1782044287775,
6917.384900704041,
6955.084104323878,
7000.717901759193
]
]
},
"secondaryMetrics" : {
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment