From 3f1aa80756368454c3631cb6cf9d29db28af177a Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 22 Apr 2026 20:12:09 +0200 Subject: [PATCH] chore: update header comments in script files to indicate AI generation --- .github/scripts/aggregate_benchmarks.py | 5 ++++- .github/scripts/compare_benchmarks.py | 5 ++++- .github/scripts/run_benchmarks.sh | 5 +++++ .github/scripts/run_with_bec_servers.py | 5 ++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/scripts/aggregate_benchmarks.py b/.github/scripts/aggregate_benchmarks.py index 22818257..a288d791 100644 --- a/.github/scripts/aggregate_benchmarks.py +++ b/.github/scripts/aggregate_benchmarks.py @@ -1,4 +1,7 @@ -#!/usr/bin/env python3 +########################## +### AI-generated file. ### +########################## + """Aggregate and merge benchmark JSON files. The workflow runs the same benchmark suite on multiple independent runners. diff --git a/.github/scripts/compare_benchmarks.py b/.github/scripts/compare_benchmarks.py index 2914861a..5339cdb5 100644 --- a/.github/scripts/compare_benchmarks.py +++ b/.github/scripts/compare_benchmarks.py @@ -1,4 +1,7 @@ -#!/usr/bin/env python3 +########################## +### AI-generated file. ### +########################## + """Compare benchmark JSON files and write a GitHub Actions summary. The script supports JSON emitted by hyperfine, JSON emitted by pytest-benchmark, diff --git a/.github/scripts/run_benchmarks.sh b/.github/scripts/run_benchmarks.sh index 64c23790..47eb28d3 100644 --- a/.github/scripts/run_benchmarks.sh +++ b/.github/scripts/run_benchmarks.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash + +########################## +### AI-generated file. ### +########################## + set -euo pipefail mkdir -p benchmark-results diff --git a/.github/scripts/run_with_bec_servers.py b/.github/scripts/run_with_bec_servers.py index 719e25f0..42f08d9d 100644 --- a/.github/scripts/run_with_bec_servers.py +++ b/.github/scripts/run_with_bec_servers.py @@ -1,4 +1,7 @@ -#!/usr/bin/env python3 +########################## +### AI-generated file. ### +########################## + """Run a command with BEC e2e services available.""" from __future__ import annotations