-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (jmh) benchmark result for 0b32fe2
- Loading branch information
github-action-benchmark
committed
Dec 19, 2023
1 parent
7c1ebfd
commit a46693e
Showing
1 changed file
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1702950906208, | ||
"lastUpdate": 1702975170149, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10305,6 +10305,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": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0b32fe2fdafeb08c6d0639c67bbe3ef6d0322ba8", | ||
"message": "Update dependency com.google.guava:guava-bom to v33 (#6083)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-12-18T16:57:42-06:00", | ||
"tree_id": "acab701056826d8bd30d64d4757b4541e0b8da43", | ||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/0b32fe2fdafeb08c6d0639c67bbe3ef6d0322ba8" | ||
}, | ||
"date": 1702975169287, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", | ||
"value": 7262.990830280029, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 20\nforks: 3\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", | ||
"value": 8486.85486433699, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", | ||
"value": 13034.870662828282, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 2" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", | ||
"value": 17248.45558051826, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 5" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", | ||
"value": 13603.813227592163, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 10" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", | ||
"value": 1683989.4033913643, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", | ||
"value": 8614.881077601152, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|