Bug 1772510: Add 'mach perf-data-review' command that generates a template data review for simple performance monitoring probes. r=chutten,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D148255
This commit is contained in:
Bas Schouten
2022-07-08 12:40:44 +00:00
parent 3ec5a564fe
commit 187dc0fb33
3 changed files with 199 additions and 0 deletions

View File

@@ -333,6 +333,9 @@ def initialize(topsrcdir):
"data-review": MachCommandReference(
"toolkit/components/glean/build_scripts/mach_commands.py"
),
"perf-data-review": MachCommandReference(
"toolkit/components/glean/build_scripts/mach_commands.py"
),
"update-glean-tags": MachCommandReference(
"toolkit/components/glean/build_scripts/mach_commands.py"
),