add Benchmark (jmh) benchmark result for 4e457f75a8
This commit is contained in:
parent
ed334b4d0e
commit
5e890aaec1
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1744819944029,
|
||||
"lastUpdate": 1744826842825,
|
||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -60333,6 +60333,72 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "34418638+jack-berg@users.noreply.github.com",
|
||||
"name": "jack-berg",
|
||||
"username": "jack-berg"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "4e457f75a8c766c5acb41b5def8082977422d3df",
|
||||
"message": "Fix link checker (#7282)",
|
||||
"timestamp": "2025-04-16T13:03:44-05:00",
|
||||
"tree_id": "9dfde1f665f66a15aadac881c55a8553824d2717",
|
||||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/4e457f75a8c766c5acb41b5def8082977422d3df"
|
||||
},
|
||||
"date": 1744826841854,
|
||||
"tool": "jmh",
|
||||
"benches": [
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||
"value": 6975.063490455731,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||
"value": 6472.0782538631065,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||
"value": 10431.796063210077,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||
"value": 16789.032939783396,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||
"value": 15547.355023881653,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||
"value": 1687469.6274677317,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
},
|
||||
{
|
||||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||
"value": 8556.376666458511,
|
||||
"unit": "ops/ms",
|
||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue