Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby authored Dec 11, 2023
1 parent 06e4d48 commit 1d1b7ff
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,22 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
working-directory: ./sled
run: cargo build

# - name: Build
# working-directory: ./sled
# run: cargo build

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

- name: Run benchmark
working-directory: ./sled
run: cargo test
run: cargo bench | tee output.txt

- name: Run benchmarks
- name: Store benchmark results
uses: benchmark-action/[email protected]
with:
working-directory: ./sled
tool: 'cargo'
output-file-path: output.txt

Expand Down

0 comments on commit 1d1b7ff

Please sign in to comment.