Skip to content

Commit

Permalink
Reduce memory consumption of cell_stub.rs test (#3399)
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.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
tautschnig committed Jul 31, 2024
1 parent e4078b4 commit 7e02353
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 7e02353

Please sign in to comment.