gecko-dev/tools
Nick Alexander 6df6c7ee39 Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal
[browsertime](https://github.com/sitespeedio/browsertime) is a harness
for running performance tests, similar to Mozilla's Raptor testing
framework.  The Performance Team is using it locally with some
success, but we're running a heavily modified toolchain that is
challenging to install.  This mach command is intended to be leverage
for getting more folks able to use browsertime easily.

In particular, the version of browsertime that this installs has
nalexander's changes to support testing GeckoView-based vehicles.  If
this approach meets with approval, I'll continue to follow-up with
additional configuration and tooling layers to make it even easier to
drive GeckoView-based vehicles.

I elected to piggy-back install on the eslint installation process,
since this is very similar.  To that end, I generalized what was there
very slightly.  I elected not to try to move the existing code into a
more obvious shared location, although it might be possible, because
it wasn't clear what contexts the existing code would be invoked
from.  In particular I wasn't certain the code could rely on a
complete mozbuild checkout.

I did need to ensure the local Node.js binary is early on the PATH;
this was an issue I ran into with my initial Node/Yarn prototyping
many months ago.  At heart the issue is that package scripts in the
wild invoke a bare `node` or `npm` command; if there was a culture of
invoking $NODE or $NPM, this wouldn't be necessary.  There's no harm
doing it for ESlint, and it will help the next person who wants to
install an NPM package for tooling in this manner.

Differential Revision: https://phabricator.services.mozilla.com/D26820

--HG--
extra : moz-landing-system : lando
2019-05-03 22:44:23 +00:00
..
bloatview
browsertime Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal 2019-05-03 22:44:23 +00:00
clang-tidy Bug 1544764 - Add description at review phase about defects found - clang-tidy. r=sylvestre 2019-04-18 08:49:52 +00:00
code-coverage Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
compare-locales
coverity Bug 1544767 - Add description at review phase about defects found - coverity. r=bastien 2019-04-18 08:52:31 +00:00
crashreporter Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
docs
fuzzing Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
infer
jprof Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
leak-gauge Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop 2019-04-24 19:43:57 +00:00
lint Bug 1543247 - Part 1: Add mach browsertime command that installs and invokes browsertime. r=Standard8,ahal 2019-05-03 22:44:23 +00:00
power Bug 1535880 - Always check ReadValueFromPowerFile() return value. r=glandium 2019-03-19 11:20:11 +00:00
profiler Bug 1547923 part 2. Remove Promise::GlobalJSObject. r=mccr8 2019-05-02 18:38:04 +00:00
quitter
rb
rewriting Bug 1543656 - Added node_modules folder in jest tests to list so it will be ignored by linter. r=ladybenko,sylvestre,jdescottes 2019-04-26 13:11:06 +00:00
tryselect Bug 1546757 - Output statedir in code snippet for testing taskgraph watchman trigger. r=ahal 2019-05-03 18:29:57 +00:00
update-packaging Backed out 4 changesets (bug 1458385) for nightly updates fail. a=backout 2019-04-10 21:09:46 +03:00
update-verify Bug 1533589: [win64-aarch64] Simplify logic about unpacking builds in update-verify; r=sfraser 2019-04-05 17:24:51 +00:00
mach_commands.py Bug 1543246 - Implement |./mach busted|. r=froydnj 2019-04-10 16:26:44 +00:00
moz.build