reduce the number of runs on the analyze benchmakr (#20155)

This commit is contained in:
Devon Carew 2018-08-02 16:13:05 -07:00 committed by GitHub
parent a2ca14d71e
commit 3ead9c0f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.