Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <geky@geky.net>2022-11-29 23:35:12 +0300
committerChristopher Haster <geky@geky.net>2022-12-07 08:09:07 +0300
commit9b687dd96adf899c8a8f93723d8bab3fd071f129 (patch)
tree7f0d1425607cb55ceb58d4c6ec0d05fbed7673f3 /.github/workflows
parentc4b3e9d826666ae5c32a197fdd8f3bdd3e1dce5b (diff)
Added make benchmarks/testmarks rules
Mostly for benchmarking, this makes it easy to view and compare runner results similarly to other csv results.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 20f2391..697a9b6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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 \