add Benchmark (jmh) benchmark result for 2d6dfd0258
This commit is contained in:
parent
a8c1ba5866
commit
c75e3ff0a6
65
data.js
65
data.js
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1696024820791,
|
"lastUpdate": 1696025155263,
|
||||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -773,6 +773,69 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"name": "OpenTelemetry Java Bot",
|
||||||
|
"email": "97938252+opentelemetry-java-bot@users.noreply.github.com"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"name": "GitHub",
|
||||||
|
"username": "web-flow",
|
||||||
|
"email": "noreply@github.com"
|
||||||
|
},
|
||||||
|
"id": "2d6dfd02588ec0b46440a014387f8589a7d62b06",
|
||||||
|
"message": "Prepare release 1.17.0 (#4686)\n\nCo-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>",
|
||||||
|
"timestamp": "2022-08-12T16:49:48Z",
|
||||||
|
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/2d6dfd02588ec0b46440a014387f8589a7d62b06"
|
||||||
|
},
|
||||||
|
"date": 1696025154425,
|
||||||
|
"tool": "jmh",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
|
||||||
|
"value": 7059.754412953204,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 20\nforks: 3\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
|
||||||
|
"value": 8433.488855909047,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
|
||||||
|
"value": 12341.342195956247,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
|
||||||
|
"value": 21866.552284451547,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
|
||||||
|
"value": 15762.616651478344,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 10"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 1689311.0911105138,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
|
||||||
|
"value": 8602.627959526324,
|
||||||
|
"unit": "ops/ms",
|
||||||
|
"extra": "iterations: 10\nforks: 1\nthreads: 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue