Add a --date option to test-perf.

This commit is contained in:
Alan Jeffrey 2017-12-06 21:53:34 -06:00
parent 6aae59e7e5
commit ee766b5e16
4 changed files with 29 additions and 14 deletions

View file

@ -71,7 +71,7 @@ def generate_placeholder(testcase):
return [timings]
def run_gecko_test(testcase, url, timeout, is_async):
def run_gecko_test(testcase, url, date, timeout, is_async):
with create_gecko_session() as driver:
driver.set_page_load_timeout(timeout)
try: