Unverified Commit ea28a9c3 authored by Jim Graham's avatar Jim Graham Committed by GitHub

Increase iteration counts to help improve noise in benchmark results. (#48845)

parent 3ef6ac49
......@@ -10,8 +10,8 @@ import 'package:vector_math/vector_math_64.dart';
import '../common.dart';
const int _kNumIterations = 1000000;
const int _kNumWarmUp = 10000;
const int _kNumIterations = 10000000;
const int _kNumWarmUp = 100000;
void main() {
assert(false, "Don't run benchmarks in checked mode! Use 'flutter run --release'.");
......
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