mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-18 13:11:17 +02:00
Increase benchmark min samples
This commit is contained in:
@@ -29,7 +29,7 @@ const DEFAULT_BENCHMARK = {
|
||||
|
||||
const BENCHMARK_OPTIONS = {
|
||||
// To ensure a better accuracy, force a minimum number of samples
|
||||
minSamples: 50 // default 10
|
||||
minSamples: 80 // default 10
|
||||
}
|
||||
|
||||
// Because BenchmarkJS does not support scoped variables well, use
|
||||
|
Reference in New Issue
Block a user