Skip to content

Commit

Permalink
Install variant-specific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jul 24, 2024
1 parent f60db0e commit 85092ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/benchcomp/configs/perf-regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ variants:
kani_new:
config:
directory: new
command_line: scripts/kani-perf.sh
command_line: "scripts/setup/ubuntu/install_deps.sh && scripts/kani-perf.sh"
env:
RUST_TEST_THREADS: "1"
kani_old:
config:
directory: old
command_line: scripts/kani-perf.sh
command_line: "scripts/setup/ubuntu/install_deps.sh && scripts/kani-perf.sh"
env:
RUST_TEST_THREADS: "1"

Expand Down

0 comments on commit 85092ed

Please sign in to comment.