Benchmark load times for pandas and matplotlib too (#2465)

This commit is contained in:
Will Lachance 2022-05-03 14:10:00 -04:00 committed by GitHub
parent 0311cd1c20
commit fd0b652482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ def main():
print_entry("selenium init", result)
# package loading time
for package_name in ["numpy"]:
for package_name in ["numpy", "pandas", "matplotlib"]:
result = {"native": float("NaN")}
for browser_name, cls in browser_cls:
selenium = cls(port, script_timeout=timeout)