commit | da687b997715ec9aa913f652581d12aa5e1f5bc8 | [log] [tgz] |
---|---|---|
author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Tue Nov 10 19:00:56 2015 +0100 |
committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Tue Nov 10 19:00:56 2015 +0100 |
tree | 245d7f95f8f3a4c82071de23624a6dae7394ae2f | |
parent | 026c79a48696526389eaaac1523682cf8996710f [diff] |
mojo_benchmark: aggregate results over multiple runs. This patch allows to pass `--aggregate N` to `mojo_benchmark`, causing the script to run each benchmark N times and aggregate the results. When uploading results to the dashboard, a full vector of all results on individual runs is uploaded, so that statistics (e.g. std dev) are visible in the dashboard. Fixes https://github.com/domokit/devtools/issues/54. R=qsr@chromium.org Review URL: https://codereview.chromium.org/1433693004 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: 574e2347ec780280488c5ef64a803d5c33f06c4d
Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.
git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
mojo_run
- documentation - shell runnermojo_debug
- documentation - debuggermojo_test
- apptest runnermojo_benchmark
- documentation - perf test runnerAdditionally, remote_adb_setup
script helps to configure adb on a remote machine to communicate with a device attached to a local machine, forwarding the ports used by mojo_run
.
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.