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

Unified Diff: mojo/tools/data/benchmarks

Issue 1649823002: Roll Dart forward and use the shared vmservice isolate sources + benchmark fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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/embedder/vmservice/server.dart ('k') | no next file » | 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 b1eba3083b7389dc402f6c1c7a83969ead9fea66..21e8cb56a793bec83844e5eb86418d98e14d7a69 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -15,6 +15,9 @@ benchmarks = [
'name': 'accept connection',
'spec': 'time_between/Dart/initialized/Dart/connected',
}
+ ],
+ 'shell-args': [
+ '--args-for=mojo:dart_content_handler --complete-timeline',
]
},
{
@@ -26,6 +29,9 @@ benchmarks = [
'name': 'initialize',
'spec': 'time_between/Dart/connecting/Dart/initialized',
}
+ ],
+ 'shell-args': [
+ '--args-for=mojo:dart_content_handler --complete-timeline',
]
},
{
@@ -43,7 +49,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --disable-observatory',
+ '--args-for=mojo:dart_content_handler --disable-observatory --complete-timeline',
]
},
{
@@ -61,7 +67,7 @@ benchmarks = [
}
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --run-on-message-loop --complete-timeline',
]
},
{
« no previous file with comments | « mojo/dart/embedder/vmservice/server.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698