mirror of
https://github.com/Z3Prover/z3
synced 2026-08-02 20:23:27 +00:00
Add seq monadic benchmark harness (#10330)
## Summary Register the opt-in seq_monadic benchmark harness in test-z3. The harness reads either Z3_SEQ_BENCH_FILE or all SMT2 files under Z3_SEQ_BENCH_DIR, supports Brz and light-Ant modes through Z3_SEQ_MONADIC_MODE, and reports per-file CSV timing and verdict information.
This commit is contained in:
parent
568218e1ed
commit
ddce973e16
3 changed files with 229 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
|||
X(regex_range_collapse) \
|
||||
X(seq_rewriter) \
|
||||
X(seq_monadic) \
|
||||
X(seq_monadic_bench) \
|
||||
X(check_assumptions) \
|
||||
X(smt_context) \
|
||||
X(theory_dl) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue