From 6f382eb108f03e446daf21612f0cb1982850f0ce Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 27 Jul 2025 05:18:38 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for b79242d8589ad5fc0ac98b09d8859e359a6c0732 --- benchmarks/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index b4b466c081..59031e1057 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753593294356, + "lastUpdate": 1753593518077, "repoUrl": "https://github.com/open-telemetry/opentelemetry-java", "entries": { "Benchmark": [ @@ -70563,6 +70563,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": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "b79242d8589ad5fc0ac98b09d8859e359a6c0732", + "message": "fix(deps): update dependency com.google.api.grpc:proto-google-common-protos to v2.59.2 (#7509)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", + "timestamp": "2025-07-26T22:06:51-07:00", + "tree_id": "08920e92513242c5f3ea28575b4eda6cf4f91401", + "url": "https://github.com/open-telemetry/opentelemetry-java/commit/b79242d8589ad5fc0ac98b09d8859e359a6c0732" + }, + "date": 1753593517076, + "tool": "jmh", + "benches": [ + { + "name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", + "value": 6998.825103516419, + "unit": "ops/ms", + "extra": "iterations: 20\nforks: 3\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", + "value": 6381.725472637806, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", + "value": 10488.209227537378, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 2" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", + "value": 15965.104062204075, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 5" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", + "value": 16169.731047779007, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 10" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", + "value": 1691260.995962004, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", + "value": 8567.676557099458, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + } + ] } ] }