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

Unified Diff: mojo/tools/data/benchmarks

Issue 1665823003: Only enable the Dart timeline for benchmarks (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « mojo/dart/unittests/embedder_tester/dart_test.h ('k') | mojo/tools/data/rtt_benchmarks » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/benchmarks
diff --git a/mojo/tools/data/benchmarks b/mojo/tools/data/benchmarks
index 21e8cb56a793bec83844e5eb86418d98e14d7a69..4c1d39b7d7b7e21ea75ddeeb8dccfaddce01ebd1 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -17,7 +17,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -31,7 +31,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -49,7 +49,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --disable-observatory --complete-timeline',
+ '--args-for=mojo:dart_content_handler --disable-observatory --dart-timeline',
]
},
{
@@ -67,7 +67,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --run-on-message-loop --complete-timeline',
+ '--args-for=mojo:dart_content_handler --run-on-message-loop --dart-timeline',
]
},
{
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_test.h ('k') | mojo/tools/data/rtt_benchmarks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698