diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 69229acf6..c8336c8ad 100644 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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)