add Benchmark (jmh) benchmark result for 710587680b
This commit is contained in:
parent
0870cff2ca
commit
da0ca51993
66
data.js
66
data.js
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1696025465033,
|
||||
"lastUpdate": 1696025765740,
|
||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -899,6 +899,70 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"name": "OpenTelemetry Bot",
|
||||
"username": "opentelemetrybot",
|
||||
"email": "107717825+opentelemetrybot@users.noreply.github.com"
|
||||
},
|
||||
"committer": {
|
||||
"name": "GitHub",
|
||||
"username": "web-flow",
|
||||
"email": "noreply@github.com"
|
||||
},
|
||||
"id": "710587680b17239d072bd3b9bc815c6ce168b09e",
|
||||
"message": "[release/v1.21.x] Prepare release 1.21.0 (#5035)\n\n* Prepare release 1.21.0\r\n\r\n* Fix version-dependent test\r\n\r\nCo-authored-by: Jack Berg <jberg@newrelic.com>",
|
||||
"timestamp": "2022-12-09T19:54:41Z",
|
||||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/710587680b17239d072bd3b9bc815c6ce168b09e"
|
||||
},
|
||||
"date": 1696025764824,
|
||||
"tool": "jmh",
|
||||
"benches": [
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||
"value": 7151.555439711781,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||
"value": 8670.931832526332,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||
"value": 12887.494427646072,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||
"value": 15124.888705082418,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||
"value": 16382.846896072195,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||
"value": 1689717.7461252422,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||
"value": 8587.969104408241,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue