mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
chore: try refining some benchmark settings (#8377)
This commit is contained in:
committed by
GitHub
parent
d24aa91232
commit
7994e55d80
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user