blob: 2ad2ff0de25a2cc5620c0edb2e41818b7b9fd74b [file] [log] [blame]
# This file contains a list of Mojo benchmarks. For description of the file
# format, see `mojo_benchmark --help`.
benchmarks = [
{
'name': 'cpp-cpp ipc round trip time',
'app': 'https://core.mojoapps.io/echo_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/echo_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.90'},
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing',
]
},
{
'name': 'cpp-dart ipc round trip time',
'app': 'https://core.mojoapps.io/echo_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/echo_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.90'},
],
'shell-args': [
'--args-for=https://core.mojoapps.io/echo_benchmark.mojo --early-tracing --dart-server',
]
},
{
'name': 'dart-dart ipc round trip time',
'app': 'https://core.mojoapps.io/dart_rtt_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/mojo_rtt_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.90'},
]
},
{
'name': 'dart-cpp ipc round trip time',
'app': 'https://core.mojoapps.io/dart_rtt_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/mojo_rtt_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.90'},
],
'shell-args': [
'--args-for=https://core.mojoapps.io/dart_rtt_benchmark.mojo --cpp-server',
]
},
{
'name': 'dart isolate message round trip time',
'app': 'https://core.mojoapps.io/dart_isolate_rtt_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/isolate_rtt_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/isolate_rtt_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/isolate_rtt_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': 'percentile_duration/isolate_rtt_benchmark/ping/0.90'},
]
},
# https://github.com/domokit/mojo/issues/516
# {
# 'name': 'many client cpp-cpp ipc round trip time',
# 'app': 'https://core.mojoapps.io/echo_benchmark.mojo',
# 'duration': 10,
# 'measurements': [
# {'name': 'avg ping', 'spec': 'avg_duration/echo_benchmark/ping'},
# {'name': '10th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.10'},
# {'name': '50th percentile ping', 'spec': 'percentile_duration/echo_benchmark/ping/0.50'},
# {'name': '90th percentile ping', 'spec': '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',
# ]
# },
{
'name': 'many client dart-dart ipc round trip time',
'app': 'https://core.mojoapps.io/dart_rtt_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/mojo_rtt_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': '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',
]
},
{
'name': 'many client dart-cpp ipc round trip time',
'app': 'https://core.mojoapps.io/dart_rtt_benchmark.mojo',
'duration': 10,
'measurements': [
{'name': 'avg ping', 'spec': 'avg_duration/mojo_rtt_benchmark/ping'},
{'name': '10th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.10'},
{'name': '50th percentile ping', 'spec': 'percentile_duration/mojo_rtt_benchmark/ping/0.50'},
{'name': '90th percentile ping', 'spec': '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',
]
},
]