aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/performance/gecko_driver.py
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-12-06 21:53:34 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-12-06 21:57:08 -0600
commitee766b5e162cb4b151d58d8b8b36a528a3ea604e (patch)
tree2c4a5a58e6fe17bc3bc820a7614ca3c81fce165c /etc/ci/performance/gecko_driver.py
parent6aae59e7e50531f45d78495cf07970001ef05f86 (diff)
downloadservo-ee766b5e162cb4b151d58d8b8b36a528a3ea604e.tar.gz
servo-ee766b5e162cb4b151d58d8b8b36a528a3ea604e.zip
Add a --date option to test-perf.
Diffstat (limited to 'etc/ci/performance/gecko_driver.py')
-rw-r--r--etc/ci/performance/gecko_driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/performance/gecko_driver.py b/etc/ci/performance/gecko_driver.py
index 9dec4dfda3b..99d041548ce 100644
--- a/etc/ci/performance/gecko_driver.py
+++ b/etc/ci/performance/gecko_driver.py
@@ -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: