add Benchmark (jmh) benchmark result for 18548f47ad
This commit is contained in:
parent
e7eb3da4c5
commit
5e80525c6c
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1746740062710,
|
||||
"lastUpdate": 1746740285700,
|
||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -62577,6 +62577,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": "18548f47adea4c92b7f4bc44d5ebb1d1375f1584",
|
||||
"message": "fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.1 (#7331)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
|
||||
"timestamp": "2025-05-08T16:25:31-05:00",
|
||||
"tree_id": "8542a2aa676a2a238a11f03f23cfb1a320b14130",
|
||||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/18548f47adea4c92b7f4bc44d5ebb1d1375f1584"
|
||||
},
|
||||
"date": 1746740284661,
|
||||
"tool": "jmh",
|
||||
"benches": [
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||
"value": 6967.26522348565,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||
"value": 6322.917742339714,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||
"value": 10433.87105650872,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||
"value": 20364.912372617175,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||
"value": 14327.439428599517,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||
"value": 1690381.4957563044,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||
"value": 8564.145425912337,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue