From 5e80525c6c978596cbc70373497c1925a022e971 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 8 May 2025 21:38:05 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 18548f47adea4c92b7f4bc44d5ebb1d1375f1584 --- benchmarks/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 430c472f03..e4543b5f18 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1746740062710, + "lastUpdate": 1746740285700, "repoUrl": "https://github.com/open-telemetry/opentelemetry-java", "entries": { "Benchmark": [ @@ -62577,6 +62577,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": "18548f47adea4c92b7f4bc44d5ebb1d1375f1584", + "message": "fix(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.1 (#7331)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", + "timestamp": "2025-05-08T16:25:31-05:00", + "tree_id": "8542a2aa676a2a238a11f03f23cfb1a320b14130", + "url": "https://github.com/open-telemetry/opentelemetry-java/commit/18548f47adea4c92b7f4bc44d5ebb1d1375f1584" + }, + "date": 1746740284661, + "tool": "jmh", + "benches": [ + { + "name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", + "value": 6967.26522348565, + "unit": "ops/ms", + "extra": "iterations: 20\nforks: 3\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", + "value": 6322.917742339714, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", + "value": 10433.87105650872, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 2" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", + "value": 20364.912372617175, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 5" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", + "value": 14327.439428599517, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 10" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", + "value": 1690381.4957563044, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", + "value": 8564.145425912337, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + } + ] } ] }