mirror of https://github.com/pyodide/pyodide.git
Benchmark load times for pandas and matplotlib too (#2465)
This commit is contained in:
parent
0311cd1c20
commit
fd0b652482
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue