mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 06:01:24 +02:00
Increase benchmark min samples
This commit is contained in:
@@ -29,7 +29,7 @@ const DEFAULT_BENCHMARK = {
|
|||||||
|
|
||||||
const BENCHMARK_OPTIONS = {
|
const BENCHMARK_OPTIONS = {
|
||||||
// To ensure a better accuracy, force a minimum number of samples
|
// 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
|
// Because BenchmarkJS does not support scoped variables well, use
|
||||||
|
Reference in New Issue
Block a user