This commit is contained in:
Henrik Ingo
2025-02-18 02:24:23 +02:00
parent ca24400985
commit ba479c892f

View File

@@ -25,11 +25,11 @@ jobs:
# - name: Bench
# run: cargo bench 2>&1 | tee output.txt
- name: Bench (fake)
run: |
pwd
ls
cp .github/data/limbo-cargo-output.txt output.txt
- name: Bench (fake)
run: |
pwd
ls
cp .github/data/limbo-cargo-output.txt output.txt
- name: Analyze benchmark result with Nyrkiö
uses: henrikingo/github-action-benchmark@HEAD