Skip to content

Commit

Permalink
Fixed bench workflow + changeprefix issue in prefix releases
Browse files Browse the repository at this point in the history
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
  • Loading branch information
geky committed Dec 7, 2022
1 parent a659c02 commit 4a20934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4a20934

Please sign in to comment.