Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3494)

Unified Diff: benchmark/benchmark.dart

Issue 1327733002: Limit the number of benchmark trials. (Closed) Base URL: git@github.com:dart-lang/yaml@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmark/benchmark.dart
diff --git a/benchmark/benchmark.dart b/benchmark/benchmark.dart
index aec6d4b0c0402a88098be5ef07716d013d8723ec..388fccb5d8697c95bc47422bdd4e0f8e909c4d53 100644
--- a/benchmark/benchmark.dart
+++ b/benchmark/benchmark.dart
@@ -11,7 +11,7 @@ import 'package:path/path.dart' as p;
import 'package:yaml/yaml.dart';
-const numTrials = 10000000;
+const numTrials = 100;
const runsPerTrial = 1000;
final source = loadFile("input.yaml");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698