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