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

Unified Diff: mojo/tools/data/rtt_benchmarks

Issue 1394963002: Adds a couple more measures to the benchmarking app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Format Created 5 years, 2 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
« apps/benchmark/measurements.h ('K') | « apps/benchmark/run_args.cc ('k') | no next file » | 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 ab547b0485065a484776a70a12c3217b1bf412c6..3ba807b19418587a86dd6dbb208159451da32349 100644
--- a/mojo/tools/data/rtt_benchmarks
+++ b/mojo/tools/data/rtt_benchmarks
@@ -8,6 +8,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/echo_benchmark/ping',
+ 'dist_duration/echo_benchmark/ping',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing',
@@ -19,6 +20,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'dist_duration/mojo_rtt_benchmark/ping',
]
},
{
@@ -27,6 +29,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'dist_duration/mojo_rtt_benchmark/ping',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server',
@@ -38,6 +41,7 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/isolate_rtt_benchmark/ping',
+ 'dist_duration/isolate_rtt_benchmark/ping',
]
},
]
« apps/benchmark/measurements.h ('K') | « apps/benchmark/run_args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698