gecko-dev/tools/browsertime
KS 644e33da0a Bug 1887998 - Have mozperftest and raptor use the same browsertime. r=perftest-reviewers,sparky
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
2024-05-14 14:59:05 +00:00
..
mach_commands.py Bug 1891776 - Split mkdir and ensureParentDir from mozbuild/util.py r=perftest-reviewers,afinder 2024-04-19 09:08:56 +00:00
moz.build
package-lock.json Bug 1887998 - Have mozperftest and raptor use the same browsertime. r=perftest-reviewers,sparky 2024-05-14 14:59:05 +00:00
package.json Bug 1887998 - Have mozperftest and raptor use the same browsertime. r=perftest-reviewers,sparky 2024-05-14 14:59:05 +00:00
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.