]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix undefined names in automated_benchmarking.py 4515/head
authorChristian Clauss <cclauss@me.com>
Thu, 23 Oct 2025 04:08:36 +0000 (06:08 +0200)
committerChristian Clauss <cclauss@me.com>
Thu, 23 Oct 2025 16:22:44 +0000 (18:22 +0200)
commitc72eea13bff1e3c1c68e9428a69b0399ff10e91d
tree2700315bb7e219bab0adef58e6cc494a20d54631
parent442fa2f2d5c6f512538d7208b25563f35d16ec04
Fix undefined names in automated_benchmarking.py

Fix variable name typos in automated_benchmarking.py

% `ruff check`
```
Error: tests/automated_benchmarking.py:237:21: F821 Undefined name `baseline_label`
Error: tests/automated_benchmarking.py:250:21: F821 Undefined name `baseline_label`
Error: tests/automated_benchmarking.py:318:55: F821 Undefined name `frequenc`
Error: Process completed with exit code 1.
```
% [`ruff rule F821`](https://docs.astral.sh/ruff/rules/undefined-name)
tests/automated_benchmarking.py