Unverified Commit 3ead9c0f authored by Devon Carew's avatar Devon Carew Committed by GitHub

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

parent a2ca14d7
...@@ -12,7 +12,7 @@ import '../framework/framework.dart'; ...@@ -12,7 +12,7 @@ import '../framework/framework.dart';
import '../framework/utils.dart'; import '../framework/utils.dart';
/// Run each benchmark this many times and compute average. /// 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 /// Runs a benchmark once and reports the result as a lower-is-better numeric
/// value. /// value.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment