Added make benchmarks/testmarks rules

Mostly for benchmarking, this makes it easy to view and compare runner
results similarly to other csv results.
This commit is contained in:
Christopher Haster
2022-11-29 14:35:12 -06:00
parent c4b3e9d826
commit 9b687dd96a
2 changed files with 66 additions and 9 deletions
+2 -1
View File
@@ -414,9 +414,10 @@ jobs:
valgrind --version
- name: bench
run: |
BENCHFLAGS="$BENCHFLAGS -o lfs.bench.csv" make bench
make bench
# find bench results
make lfs.bench.csv
./scripts/summary.py lfs.bench.csv \
-bsuite \
-freaded=bench_readed \