mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
644e33da0a
Currently, the browsertime used by mozperftest is outdated and maintained separately from the browsertime used in raptor tests. This patch upgrades the browsertime used in mozperftest by now sharing the same browsertime that is used with raptors (in `src/tools/browsertime`). Going forward we now only have to maintain one browsertime version. This introduces the potential of more infra changes (because previously when upgrading raptor's browsertime we only checked raptor tests, but now we will have to verify mozperftest) but this should be worth it to stay up to date. Differential Revision: https://phabricator.services.mozilla.com/D208944 |
||
---|---|---|
.. | ||
mach_commands.py | ||
moz.build | ||
package-lock.json | ||
package.json | ||
README.md |
=========== Browsertime
This code is obtained from https://github.com/sitespeedio/browsertime
and all
changes to the code must be made there. It's installed through ./mach browsertime --setup
and it's used when running ./mach browsertime
or through raptor with
./mach raptor --browsertime
.
You can update this code by running ./mach browsertime --update-upstream-url <URL>
, where
URL is a link to a github tarball of a particular commit in the aforementioned repository.
For more information, you can consult the wiki https://wiki.mozilla.org/TestEngineering/Performance/Raptor/Browsertime
.
If you have any questions about this code, or browsertime, you can find us in
#browsertime
, or #perftest
in Riot.