Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby committed Dec 11, 2023
1 parent 38439e2 commit db3b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Run benchmark
working-directory: ./sled
run: cargo bench map | tee output.txt;echo "\noutputting file here:" cat output.txt
run: cargo bench map | tee output.txt;echo "outputting file here:"; cat output.txt

- name: Store benchmark results
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit db3b37b

Please sign in to comment.