Skip to content

Commit

Permalink
Fix performance regressions script (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Sep 20, 2022
1 parent 61c8d11 commit 3fbb23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
with:
os: ubuntu-20.04

- name: Build Kani
run: cargo build
- name: Build Kani using release mode
run: cargo build --release

- name: Execute Kani performance tests
run: ./scripts/kani-perf.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/kani-perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ else
echo "***Kani perf tests failed."
fi
echo
exit $exit_code

0 comments on commit 3fbb23b

Please sign in to comment.