mirror of https://github.com/pyodide/pyodide.git
Make benchmarks work again
This commit is contained in:
parent
035cf3cc65
commit
46050efddc
|
@ -25,6 +25,7 @@ def run_native(hostpython, code):
|
|||
|
||||
def run_wasm(code):
|
||||
s = conftest.SeleniumWrapper()
|
||||
s.load_package('numpy')
|
||||
s.run(code)
|
||||
try:
|
||||
runtime = float(s.logs[-1])
|
||||
|
|
Loading…
Reference in New Issue