From 2fe848ab1907243e43f90dc1b417a943995591e7 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Sat, 26 Oct 2024 23:47:22 +0200 Subject: [PATCH] rename script to plot --- wasm/test/bench.sh | 2 +- wasm/test/{script.py => plot.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename wasm/test/{script.py => plot.py} (100%) 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