tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

tools.rst (580B)


      1 Running a performance tool
      2 ==========================
      3 
      4 You can run `perftest-tools` locally.
      5 
      6 Running locally
      7 ---------------
      8 
      9 You can run `mach perftest-tools` in a mozilla-central source
     10 checkout::
     11 
     12    $ ./mach perftest-tools side-by-side --help
     13 
     14 The `mach` command will bootstrap the installation of all required dependencies for the
     15 side-by-side tool to run.
     16 
     17 The following arguments are required: `-t/--test-name`, `--base-revision`, `--new-revision`,
     18 `--base-platform`
     19 
     20 The `--help` argument will explain more about what arguments you need to
     21 run in order to use the tool.