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

Unified Diff: mojo/tools/data/rtt_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/tools/data/benchmarks ('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/rtt_benchmarks
diff --git a/mojo/tools/data/rtt_benchmarks b/mojo/tools/data/rtt_benchmarks
index b29aa8d7e07101d68d1580461c04af1c0cf2b8fb..079c3a008bd7af4afc055a1ca48da2af4f1bcd9b 100644
--- a/mojo/tools/data/rtt_benchmarks
+++ b/mojo/tools/data/rtt_benchmarks
@@ -41,7 +41,7 @@ benchmarks = [
{'name': '90th percentile ping', 'spec': 'percentile_duration/Dart/ping/0.90'},
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -55,7 +55,7 @@ benchmarks = [
{'name': '90th percentile ping', 'spec': 'percentile_duration/Dart/ping/0.90'},
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --dart-timeline --run-on-message-loop',
]
},
{
@@ -70,7 +70,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server',
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -85,7 +85,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server',
- '--args-for=mojo:dart_content_handler --complete-timeline --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --dart-timeline --run-on-message-loop',
]
},
{
@@ -99,7 +99,7 @@ benchmarks = [
{'name': '90th percentile ping', 'spec': 'percentile_duration/Dart/ping/0.90'},
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -113,7 +113,7 @@ benchmarks = [
{'name': '90th percentile ping', 'spec': 'percentile_duration/Dart/ping/0.90'},
],
'shell-args': [
- '--args-for=mojo:dart_content_handler --complete-timeline --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --dart-timeline --run-on-message-loop',
]
},
{
@@ -142,7 +142,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --num-clients=100 --num-active-clients=100',
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -157,7 +157,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --num-clients=100 --num-active-clients=100',
- '--args-for=mojo:dart_content_handler --complete-timeline --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --dart-timeline --run-on-message-loop',
]
},
{
@@ -172,7 +172,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server --num-clients=100 --num-active-clients=100',
- '--args-for=mojo:dart_content_handler --complete-timeline',
+ '--args-for=mojo:dart_content_handler --dart-timeline',
]
},
{
@@ -187,7 +187,7 @@ benchmarks = [
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server --num-clients=100 --num-active-clients=100',
- '--args-for=mojo:dart_content_handler --complete-timeline --run-on-message-loop',
+ '--args-for=mojo:dart_content_handler --dart-timeline --run-on-message-loop',
]
},
]
« no previous file with comments | « mojo/tools/data/benchmarks ('k') | services/dart/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698