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

Unified Diff: pkg/kernel/test/class_hierarchy_membench.dart

Issue 2561723003: Merge kernel closure conversion into the Dart SDK (Closed)
Patch Set: Remove path constraint Created 4 years 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 | « pkg/kernel/test/class_hierarchy_basic.dart ('k') | pkg/kernel/test/class_hierarchy_tester.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/class_hierarchy_membench.dart
diff --git a/pkg/kernel/test/class_hierarchy_membench.dart b/pkg/kernel/test/class_hierarchy_membench.dart
index e8f68860923bbd0751709d44cdfd2adc878761af..3c73bc5d7e5c98deb74944bfecb905a5fedc8e45 100644
--- a/pkg/kernel/test/class_hierarchy_membench.dart
+++ b/pkg/kernel/test/class_hierarchy_membench.dart
@@ -10,7 +10,8 @@ import 'dart:io';
ArgParser argParser = new ArgParser()
..addFlag('basic', help: 'Measure the basic implementation', negatable: false)
- ..addOption('count', abbr: 'c',
+ ..addOption('count',
+ abbr: 'c',
help: 'Build N copies of the class hierarchy',
defaultsTo: '300');
« no previous file with comments | « pkg/kernel/test/class_hierarchy_basic.dart ('k') | pkg/kernel/test/class_hierarchy_tester.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698