Make benchmarks work again

This commit is contained in:
Michael Droettboom 2018-05-29 10:34:10 -04:00
parent 035cf3cc65
commit 46050efddc
1 changed files with 1 additions and 0 deletions

View File

@ -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])