Commit 46050efd authored by Michael Droettboom's avatar Michael Droettboom

Make benchmarks work again

parent 035cf3cc
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment