| commit | 7cbf107c3638450c12d10652eb72479222000b23 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Oct 23 17:11:53 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Fri Oct 23 17:11:53 2015 +0200 |
| tree | c3f221868ba799025ef197a0e02c0691cb48e2dc | |
| parent | e6fcfd773f0bdd0d368ab0f241e2a70d676cbee8 [diff] |
Move performance dashboard upload logic to devtoolslib. This patch moves the logic that uploads chart_data to performance dashboard, as well as the command line args spec that configures such upload to devtoolslib, so that it can be shared between `mojo_benchmark` and `perf_test_runner` (in a follow-up). R=etiennej@chromium.org Review URL: https://codereview.chromium.org/1421823002 . Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: aa9b52c175231c8677ac279a0630fda1b121ce50
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.