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

Unified Diff: mojo/tools/data/benchmarks

Issue 1480243004: Dart: Lazy observatory asset loading. Option to disable the observatory. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/dart/embedder/vmservice/main.dart ('k') | services/dart/content_handler_main.cc » ('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 b3fe8778e86124c30d993bf2891730cd103116e2..bffe7381f077b633910d506855cba43d0a670241 100644
--- a/mojo/tools/data/benchmarks
+++ b/mojo/tools/data/benchmarks
@@ -29,6 +29,24 @@ benchmarks = [
]
},
{
+ 'name': 'dart init no observatory',
+ 'app': 'https://core.mojoapps.io/dart_startup.mojo',
+ 'duration': 10,
+ 'measurements': [
+ {
+ 'name': 'initialize',
+ 'spec': 'time_until/Dart/initialized'
+ },
+ {
+ 'name': 'accept connection',
+ 'spec': 'time_between/Dart/initialized/Dart/connected',
+ }
+ ],
+ 'shell-args': [
+ '--args-for=mojo:dart_content_handler --disable-observatory',
+ ]
+ },
+ {
'name': 'cpp init',
'app': 'https://core.mojoapps.io/trace_me.mojo',
'duration': 10,
« no previous file with comments | « mojo/dart/embedder/vmservice/main.dart ('k') | services/dart/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698