From 3c9705f1f7622153fc9cd114ba10a3fcdf938d64 Mon Sep 17 00:00:00 2001
From: Valera V Harseko <vharseko@3a-systems.ru>
Date: Mon, 22 Jun 2026 11:47:08 +0000
Subject: [PATCH] Fix benchmark charts: non-overlapping columns and total throughput

---
 .github/benchmark/summary.sh    |    2 +-
 .github/workflows/benchmark.yml |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/benchmark/summary.sh b/.github/benchmark/summary.sh
index 04ed384..a8b2518 100644
--- a/.github/benchmark/summary.sh
+++ b/.github/benchmark/summary.sh
@@ -39,7 +39,7 @@
 # mi <file> <label> <field> -> integer value (0 if absent).
 mi() { jq -r --arg l "$2" --arg f "$3" '((.[$l][$f]) // 0) | round' "$1"; }
 
-echo "## 🔬 LDAP Benchmark — OpenDJ vs OpenLDAP"
+echo "## 🔬 Benchmark: OpenDJ vs OpenLDAP"
 echo ""
 
 # ---------------------------------------------------------------- Versions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 5dff071..d01d019 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -11,9 +11,9 @@
 # information: "Portions copyright [year] [name of copyright owner]".
 #
 # Copyright 2026 3A Systems, LLC.
-name: "LDAP benchmark: OpenDJ vs OpenLDAP"
+name: "Benchmark"
 
-# LDAP benchmark: OpenDJ vs OpenLDAP.
+# Benchmark: OpenDJ vs OpenLDAP.
 # Runs manually (workflow_dispatch) and automatically after the "Release" workflow completes.
 # Starts the latest OpenLDAP and OpenDJ from Docker (image tags overridable via inputs),
 # benchmarks OpenLDAP first then OpenDJ with Apache JMeter, and writes versions + comparison

--
Gitblit v1.10.0