From 4eae5485b6cf1b5558f300727fe2c38be1e76d45 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 4 Jan 2025 22:07:04 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for aa5c74c9e07e0aa6169c60665435b319c440159e --- benchmarks/data.js | 68 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 23fb47a080..6388cc30ad 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1735860508101, + "lastUpdate": 1736028424088, "repoUrl": "https://github.com/open-telemetry/opentelemetry-java", "entries": { "Benchmark": [ @@ -47859,6 +47859,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": "aa5c74c9e07e0aa6169c60665435b319c440159e", + "message": "fix(deps): update dependency org.assertj:assertj-bom to v3.27.2 (#6987)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", + "timestamp": "2025-01-04T14:03:17-08:00", + "tree_id": "5a3695bed7296186796837720653c01a7b2eecb4", + "url": "https://github.com/open-telemetry/opentelemetry-java/commit/aa5c74c9e07e0aa6169c60665435b319c440159e" + }, + "date": 1736028423232, + "tool": "jmh", + "benches": [ + { + "name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes", + "value": 7307.356214961484, + "unit": "ops/ms", + "extra": "iterations: 20\nforks: 3\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread", + "value": 7130.95382649315, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads", + "value": 12157.764094189379, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 2" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads", + "value": 18046.076903127425, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 5" + }, + { + "name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads", + "value": 13738.089889857258, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 10" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )", + "value": 1686622.6064721998, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + }, + { + "name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )", + "value": 8588.648651455429, + "unit": "ops/ms", + "extra": "iterations: 10\nforks: 1\nthreads: 1" + } + ] } ] }