-
Notifications
You must be signed in to change notification settings - Fork 858
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 6c93195
- Loading branch information
github-action-benchmark
committed
Oct 27, 2023
1 parent
b86e00b
commit 3cd1799
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": 1698079877664, | ||
"lastUpdate": 1698438339320, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4299,6 +4299,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": "6c931951b3a8e7a4d7250e793f72372e330c2550", | ||
"message": "Update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.2 (#5946)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-10-27T14:45:28-05:00", | ||
"tree_id": "98713e539a00ec828d7d66bdf98e907ad3b80cb8", | ||
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/6c931951b3a8e7a4d7250e793f72372e330c2550" | ||
}, | ||
"date": 1698438338502, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", | ||
"value": 7138.812147303646, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 20\nforks: 3\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", | ||
"value": 8563.8528527409, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", | ||
"value": 12331.424168822876, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 2" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", | ||
"value": 15676.870952784268, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 5" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", | ||
"value": 15369.063249438626, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 10" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", | ||
"value": 1686333.5911656697, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
}, | ||
{ | ||
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", | ||
"value": 8578.41866325819, | ||
"unit": "ops/ms", | ||
"extra": "iterations: 10\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|