From 1fde66b480d3742dbf54077fd36de7bf4605fc91 Mon Sep 17 00:00:00 2001 From: Soreine Date: Tue, 25 Oct 2016 11:20:01 +0200 Subject: [PATCH] Increase benchmark min samples --- perf/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/index.js b/perf/index.js index 2b8c4d369..10497782e 100644 --- a/perf/index.js +++ b/perf/index.js @@ -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