diff --git a/wasm/test/bench.sh b/wasm/test/bench.sh index ea8325b7e..7a8788da6 100755 --- a/wasm/test/bench.sh +++ b/wasm/test/bench.sh @@ -64,7 +64,7 @@ bench "Soli" "soli" bench "Takc" "takc" bench "Taku" "taku" -python script.py +python plot.py # bench "Fast Fourier Transform" "fft" # requires --disable-flat-float-array illegal cast on float array, see comment in file # bench "Pascal" "pascal" # not part of the wsoo bench suite diff --git a/wasm/test/script.py b/wasm/test/plot.py similarity index 100% rename from wasm/test/script.py rename to wasm/test/plot.py