From 3ead9c0f0cf68924de8606bc1d3d45e66390a3df Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 2 Aug 2018 16:13:05 -0700 Subject: [PATCH] reduce the number of runs on the analyze benchmakr (#20155) --- dev/devicelab/lib/tasks/analysis.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/lib/tasks/analysis.dart b/dev/devicelab/lib/tasks/analysis.dart index a422878c39a..73671a66364 100644 --- a/dev/devicelab/lib/tasks/analysis.dart +++ b/dev/devicelab/lib/tasks/analysis.dart @@ -12,7 +12,7 @@ import '../framework/framework.dart'; import '../framework/utils.dart'; /// Run each benchmark this many times and compute average. -const int _kRunsPerBenchmark = 4; +const int _kRunsPerBenchmark = 3; /// Runs a benchmark once and reports the result as a lower-is-better numeric /// value.