Fixed bench workflow + changeprefix issue in prefix releases

changeprefix.py only works on prefixes, which is a bit of a problem for
flags in the workflow scripts, requiring extra handling to not hide the prefix
from changeprefix.py
This commit is contained in:
Christopher Haster
2022-11-27 01:25:35 -06:00
parent a659c02bbd
commit 4a209344d4

View File

@@ -404,7 +404,7 @@ jobs:
valgrind --version
- name: bench
run: |
make bench BENCHFLAGS+=-olfs.bench.csv
make bench BENCHFLAGS+="-o lfs.bench.csv"
# find bench results
./scripts/summary.py lfs.bench.csv \