add Benchmark (jmh) benchmark result for b79242d858
This commit is contained in:
parent
0681ea23fc
commit
6f382eb108
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1753593294356,
|
"lastUpdate": 1753593518077,
|
||||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -70563,6 +70563,72 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"email": "29139614+renovate[bot]@users.noreply.github.com",
|
||||||
|
"name": "renovate[bot]",
|
||||||
|
"username": "renovate[bot]"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"email": "noreply@github.com",
|
||||||
|
"name": "GitHub",
|
||||||
|
"username": "web-flow"
|
||||||
|
},
|
||||||
|
"distinct": true,
|
||||||
|
"id": "b79242d8589ad5fc0ac98b09d8859e359a6c0732",
|
||||||
|
"message": "fix(deps): update dependency com.google.api.grpc:proto-google-common-protos to v2.59.2 (#7509)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
|
||||||
|
"timestamp": "2025-07-26T22:06:51-07:00",
|
||||||
|
"tree_id": "08920e92513242c5f3ea28575b4eda6cf4f91401",
|
||||||
|
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/b79242d8589ad5fc0ac98b09d8859e359a6c0732"
|
||||||
|
},
|
||||||
|
"date": 1753593517076,
|
||||||
|
"tool": "jmh",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||||
|
"value": 6998.825103516419,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||||
|
"value": 6381.725472637806,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||||
|
"value": 10488.209227537378,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||||
|
"value": 15965.104062204075,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||||
|
"value": 16169.731047779007,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 1691260.995962004,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 8567.676557099458,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue