1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-29 11:32:29 +02:00

chore: update header comments in script files to indicate AI generation

This commit is contained in:
2026-04-22 20:12:09 +02:00
committed by Klaus Wakonig
parent 409c9e5bfa
commit 3f1aa80756
4 changed files with 17 additions and 3 deletions
+4 -1
View File
@@ -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.
+4 -1
View File
@@ -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,
+5
View File
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
##########################
### AI-generated file. ###
##########################
set -euo pipefail
mkdir -p benchmark-results
+4 -1
View File
@@ -1,4 +1,7 @@
#!/usr/bin/env python3
##########################
### AI-generated file. ###
##########################
"""Run a command with BEC e2e services available."""
from __future__ import annotations