chore: try refining some benchmark settings (#8377)
This commit is contained in:
parent
d24aa91232
commit
7994e55d80
2 changed files with 2 additions and 1 deletions
|
|
@ -447,6 +447,7 @@
|
|||
run_config:
|
||||
<<: *time
|
||||
cmd: lean bv_decide_inequality.lean
|
||||
discarded_runs: 1
|
||||
max_runs: 2
|
||||
- attributes:
|
||||
description: bv_decide_large_aig.lean
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ run:
|
|||
max_block_time: '-1'
|
||||
|
||||
# Maximum number of benchmarking runs
|
||||
max_runs: 3
|
||||
max_runs: 5
|
||||
|
||||
# Maximum time the whole benchmarking should take, -1 == no timeout, supports normal time span expressions
|
||||
max_time: '-1'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue