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

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: 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/run_args.cc ('K') | « mojo/devtools/common/mojo_benchmark ('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 823edd8e66f1087b15a7204e18e2accc9b529c22..b9f3902013de438604b7042736e7fc7ef82a0b50 100644
--- a/mojo/tools/data/rtt_benchmarks
+++ b/mojo/tools/data/rtt_benchmarks
@@ -8,6 +8,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/echo_benchmark/ping',
+ 'percentile_duration/echo_benchmark/ping/0.10',
+ 'percentile_duration/echo_benchmark/ping/0.50',
+ 'percentile_duration/echo_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing',
@@ -19,6 +22,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/echo_benchmark/ping',
+ 'percentile_duration/echo_benchmark/ping/0.10',
+ 'percentile_duration/echo_benchmark/ping/0.50',
+ 'percentile_duration/echo_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing --dart-server',
@@ -30,6 +36,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.10',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.50',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.90',
]
},
{
@@ -38,6 +47,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.10',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.50',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server',
@@ -49,6 +61,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/isolate_rtt_benchmark/ping',
+ 'percentile_duration/isolate_rtt_benchmark/ping/0.10',
+ 'percentile_duration/isolate_rtt_benchmark/ping/0.50',
+ 'percentile_duration/isolate_rtt_benchmark/ping/0.90',
]
},
{
@@ -57,6 +72,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/echo_benchmark/ping',
+ 'percentile_duration/echo_benchmark/ping/0.10',
+ 'percentile_duration/echo_benchmark/ping/0.50',
+ 'percentile_duration/echo_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing --num-clients=100 --num-active-clients=100',
@@ -68,6 +86,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.10',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.50',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --num-clients=100 --num-active-clients=100',
@@ -79,6 +100,9 @@ benchmarks = [
'duration': 10,
'measurements': [
'avg_duration/mojo_rtt_benchmark/ping',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.10',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.50',
+ 'percentile_duration/mojo_rtt_benchmark/ping/0.90',
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server --num-clients=100 --num-active-clients=100',
« apps/benchmark/run_args.cc ('K') | « mojo/devtools/common/mojo_benchmark ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698