Skip to content

Commit

Permalink
benchcomp test with verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 19, 2024
1 parent 7dd43d8 commit a55167a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/benchcomp/test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def test_kani_perf_fail(self):
cmd = (
"rm -rf build target &&"
"mkdir -p build/tests/perf/Unwind-Attribute/expected &&"
"kani tests/kani/Unwind-Attribute/fixme_lib.rs > "
"kani tests/kani/Unwind-Attribute/fixme_lib.rs "
"--enable-unstable --cbmc-args --verbosity 9 > "
"build/tests/perf/Unwind-Attribute/expected/expected.out"
)
self._run_kani_perf_test(cmd, False)
Expand All @@ -65,7 +66,8 @@ def test_kani_perf_success(self):
cmd = (
"rm -rf build target &&"
"mkdir -p build/tests/perf/Arbitrary/expected &&"
"kani tests/kani/Arbitrary/arbitrary_impls.rs > "
"kani tests/kani/Arbitrary/arbitrary_impls.rs "
"--enable-unstable --cbmc-args --verbosity 9 > "
"build/tests/perf/Arbitrary/expected/expected.out"
)
self._run_kani_perf_test(cmd, True)
Expand Down

0 comments on commit a55167a

Please sign in to comment.