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:
Henrik Böving 2025-07-07 12:24:08 +02:00 committed by GitHub
parent e7e4119cf4
commit 6e98dfbc64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1680 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -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]