add Benchmark (jmh) benchmark result for 7e67a84ed3
This commit is contained in:
parent
969b782ca9
commit
52a048ac1c
68
data.js
68
data.js
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1696030272072,
|
"lastUpdate": 1696260074655,
|
||||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -1923,6 +1923,72 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
"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": "7e67a84ed31edeac5dbd1ba683df3e1c44f17f22",
|
||||||
|
"message": "Drop NaN measurements to metric instruments (#5859)",
|
||||||
|
"timestamp": "2023-10-02T10:17:27-05:00",
|
||||||
|
"tree_id": "4e76c4c96a80de48193037607dd947034b2bc22e",
|
||||||
|
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/7e67a84ed31edeac5dbd1ba683df3e1c44f17f22"
|
||||||
|
},
|
||||||
|
"date": 1696260073652,
|
||||||
|
"tool": "jmh",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||||
|
"value": 6986.599205506041,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||||
|
"value": 8211.607454482828,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||||
|
"value": 13373.791941634943,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||||
|
"value": 17353.60477026458,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||||
|
"value": 18100.838118569245,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 1685782.8837407518,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 8628.729785152833,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue