perf: bv_decide rewriting benchmark (#9231)
This PR adds a benchmark for the rewriting engine of bv_decide, based on a problem extracted from SMT-LIB. Note that this problem has significant elaboration time itself due to its sheer size though the overall execution time is split approximately 50:50 between elaboration and rewriting.
This commit is contained in:
parent
e7e4119cf4
commit
6e98dfbc64
2 changed files with 1680 additions and 0 deletions
1674
tests/bench/bv_decide_rewriter.lean
Normal file
1674
tests/bench/bv_decide_rewriter.lean
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -457,6 +457,12 @@
|
|||
run_config:
|
||||
<<: *time
|
||||
cmd: lean bv_decide_large_aig.lean
|
||||
- attributes:
|
||||
description: bv_decide_rewriter.lean
|
||||
tags: [fast]
|
||||
run_config:
|
||||
<<: *time
|
||||
cmd: lean bv_decide_rewriter.lean
|
||||
- attributes:
|
||||
description: big_do
|
||||
tags: [fast]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue