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/workflows/benchmark.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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