mirror of
https://github.com/servo/servo.git
synced 2025-07-09 16:33:40 +01:00
Renamed mach test-perf -submut to --submit.
This commit is contained in:
parent
bc937f54d1
commit
ffd82a53df
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class MachCommands(CommandBase):
|
||||||
category='testing')
|
category='testing')
|
||||||
@CommandArgument('--base', default=None,
|
@CommandArgument('--base', default=None,
|
||||||
help="the base URL for testcases")
|
help="the base URL for testcases")
|
||||||
@CommandArgument('-submit', '-a', default=False, action="store_true",
|
@CommandArgument('--submit', '-a', default=False, action="store_true",
|
||||||
help="submit the data to perfherder")
|
help="submit the data to perfherder")
|
||||||
def test_perf(self, base=None, submit=False):
|
def test_perf(self, base=None, submit=False):
|
||||||
self.set_software_rendering_env(True)
|
self.set_software_rendering_env(True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue