mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-07 23:04:06 -05:00
12 lines
345 B
YAML
12 lines
345 B
YAML
# benchmark opts
|
|
threshold: 3
|
|
maxMs: 60000
|
|
minRuns: 10
|
|
# Default is set to 0.005, which is too low considering the benchmark setup we have
|
|
# Changing it to 0.05 which is 5/100, so 5% difference of moving average among run times
|
|
convergeFactor: 0.075 # 7.5 / 100
|
|
triggerGC: false
|
|
sort: true
|
|
convergence: linear
|
|
averageCalculation: clean-outliers
|