mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 01:28:11 -05:00
* Add yieldEventLoopAfterEach to all benchmarks that change state a lot * Set global opts to benchmark with a config file * Use noThreshold option for clarity
11 lines
152 B
YAML
11 lines
152 B
YAML
# Mocha opts
|
|
colors: true
|
|
require:
|
|
- ts-node/register
|
|
- packages/lodestar/test/setupBLS.ts
|
|
|
|
# benchmark opts
|
|
threshold: 3
|
|
maxMs: 60_000
|
|
minRuns: 10
|