forked from Imagelibrary/littlefs
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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user