From 46050efddc0539f6a2f3845247a3d80f052bf629 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 29 May 2018 10:34:10 -0400 Subject: [PATCH] Make benchmarks work again --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 41cec248e..12aaa88f7 100644 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -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])