mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add a --date option to test-perf.
This commit is contained in:
parent
6aae59e7e5
commit
ee766b5e16
4 changed files with 29 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue