From feb1c42fadd5280a44aafcb4f4ab94d2d4daa62a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 18 Nov 2024 15:36:42 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for fb2a47cf76efdc72e5316dbfd2aa859bbd160a79 --- benchmarks/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index f50be4be32..f15b5f33f7 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731943870831, + "lastUpdate": 1731944202629, "repoUrl": "https://github.com/open-telemetry/opentelemetry-java", "entries": { "Benchmark": [ @@ -43305,6 +43305,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": "fb2a47cf76efdc72e5316dbfd2aa859bbd160a79", + "message": "chore(deps): update codecov/codecov-action action to v5 (#6878)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", + "timestamp": "2024-11-18T09:33:04-06:00", + "tree_id": "680e9ec007b83c1880d24cbf52bd23a0fdf65047", + "url": "https://github.com/open-telemetry/opentelemetry-java/commit/fb2a47cf76efdc72e5316dbfd2aa859bbd160a79" + }, + "date": 1731944201854, + "tool": "jmh", + "benches": [ + { + "name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", + "value": 7223.7696532841055, + "unit": "ops/ms", + "extra": "iterations: 20\nforks: 3\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", + "value": 6837.103369520312, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", + "value": 11997.559516372976, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 2" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", + "value": 17173.066605293563, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 5" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", + "value": 14550.431760506548, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 10" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", + "value": 1688308.9919658892, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", + "value": 8575.465925243901, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + } + ] } ] }