Skip to content

Commit

Permalink
Reduce memory consumption of cell_stub.rs test
Browse files Browse the repository at this point in the history
With MiniSat the test takes 45 seconds instead of 30 seconds, but only
consumes 5.5 GB of memory instead of 9 GB. This will hopefully fix CI
failures.
  • Loading branch information
tautschnig committed Jul 31, 2024
1 parent e4078b4 commit bf54b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-flags: -Zfunction-contracts
// kani-flags: -Zfunction-contracts --solver minisat

/// The objective of this test is to show that the contracts for double can be replaced as a stub within the contracts for quadruple.
/// This shows that we can generate `kani::any()` for Cell.
Expand Down

0 comments on commit bf54b29

Please sign in to comment.