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):
|
def run_wasm(code):
|
||||||
s = conftest.SeleniumWrapper()
|
s = conftest.SeleniumWrapper()
|
||||||
|
s.load_package('numpy')
|
||||||
s.run(code)
|
s.run(code)
|
||||||
try:
|
try:
|
||||||
runtime = float(s.logs[-1])
|
runtime = float(s.logs[-1])
|
||||||
|
|
Loading…
Reference in New Issue