Add a sample cargo outputfile to use for faster testing

This commit is contained in:
Henrik Ingo
2025-02-13 03:35:27 +02:00
parent 4ae4706d34
commit 83a7e2ec72
2 changed files with 227 additions and 5 deletions

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