summaryrefslogtreecommitdiffstats
path: root/python/mozperftest/perfdocs/tools.rst
blob: 4bb975e9f9037e86a0c03efb484f0993d1c31029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Running a performance tool
==========================

You can run `perftest-tools` locally.

Running locally
---------------

You can run `mach perftest-tools` in a mozilla-central source
checkout::

    $ ./mach perftest-tools side-by-side --help

The `mach` command will bootstrap the installation of all required dependencies for the
side-by-side tool to run.

The following arguments are required: `-t/--test-name`, `--base-revision`, `--new-revision`,
`--base-platform`

The `--help` argument will explain more about what arguments you need to
run in order to use the tool.