Skip to content

Commit

Permalink
Do not run perf tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed May 13, 2024
1 parent a449d17 commit 9e1541f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kani-perf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ done
suite="perf"
mode="cargo-kani-test"
echo "Check compiletest suite=$suite mode=$mode"
cargo run -p compiletest -- --suite $suite --mode $mode --no-fail-fast
RUST_TEST_THREADS=1 cargo run -p compiletest -- --suite $suite --mode $mode --no-fail-fast
exit_code=$?

echo "Cleaning up..."
Expand Down

0 comments on commit 9e1541f

Please sign in to comment.