add Benchmark (jmh) benchmark result for 12225fecaa
This commit is contained in:
parent
5cc805d73f
commit
7f93643b33
66
data.js
66
data.js
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1696029347714,
|
"lastUpdate": 1696029729823,
|
||||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -1731,6 +1731,70 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"name": "John Watson",
|
||||||
|
"username": "jkwatson",
|
||||||
|
"email": "jkwatson@gmail.com"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"name": "GitHub",
|
||||||
|
"username": "web-flow",
|
||||||
|
"email": "noreply@github.com"
|
||||||
|
},
|
||||||
|
"id": "12225fecaabb78fec156f0bbd4bca9d22f030b87",
|
||||||
|
"message": "Update the CHANGELOG for the upcoming 1.6.0 release (#3601)\n\n* Update the CHANGELOG for the upcoming 1.6.0 release\r\n\r\n* add a late-breaking item",
|
||||||
|
"timestamp": "2021-09-11T15:15:28Z",
|
||||||
|
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/12225fecaabb78fec156f0bbd4bca9d22f030b87"
|
||||||
|
},
|
||||||
|
"date": 1696029728969,
|
||||||
|
"tool": "jmh",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||||
|
"value": 7016.102874474975,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||||
|
"value": 8431.961959937318,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||||
|
"value": 13525.130846109005,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||||
|
"value": 17911.035221427384,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||||
|
"value": 14569.10836463992,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 567217.5462010694,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 10716.20722282587,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue