add Benchmark (jmh) benchmark result for 349052c34d
This commit is contained in:
parent
69cb086720
commit
5d57501377
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1744911300987,
|
||||
"lastUpdate": 1744914996383,
|
||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -60663,6 +60663,72 @@ window.BENCHMARK_DATA = {
|
|||
"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": "349052c34df3da8fe295c482dedc00ce74b19747",
|
||||
"message": "fix(deps): update dependency io.grpc:grpc-bom to v1.72.0 (#7278)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
|
||||
"timestamp": "2025-04-17T13:32:39-05:00",
|
||||
"tree_id": "db48706caba4bb818c96eee54e97f4935673522f",
|
||||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/349052c34df3da8fe295c482dedc00ce74b19747"
|
||||
},
|
||||
"date": 1744914995390,
|
||||
"tool": "jmh",
|
||||
"benches": [
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||
"value": 6996.207637434893,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||
"value": 6482.075112543328,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||
"value": 10668.180014408255,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||
"value": 18046.440193802333,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||
"value": 15324.417641104006,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||
"value": 1683320.2208480157,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||
"value": 8585.31921749095,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue