Skip to content

Commit

Permalink
added benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby authored Dec 11, 2023
1 parent 93095a0 commit 06e4d48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,16 @@ jobs:
- name: Build
working-directory: ./sled
run: cargo build

- name: Run tests
working-directory: ./sled
run: cargo test

- name: Run benchmarks
uses: benchmark-action/github-action-benchmark@v1.18.0
with:
working-directory: ./sled
tool: 'cargo'
output-file-path: output.txt


0 comments on commit 06e4d48

Please sign in to comment.