diff --git a/.github/workflows/rust_perf.yml b/.github/workflows/rust_perf.yml index cb5e90fca..c129895ed 100644 --- a/.github/workflows/rust_perf.yml +++ b/.github/workflows/rust_perf.yml @@ -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