benchmark relative to ordererd pffft, calibrate and speed up test duration
* renamed existing pffft benchmark to "-U" for unordered
* added pffft ordered benchmark
* stop benchmark after 150 ms per fft algorithm
Signed-off-by: hayati ayguen <h_ayguen@web.de>
diff --git a/plots.sh b/plots.sh
index 0f10a29..c09affe 100755
--- a/plots.sh
+++ b/plots.sh
@@ -6,7 +6,7 @@
PTS="20"
LWS="20"
-for f in $(ls -1 *-1-*.csv *-4-*.csv *-6-*.csv); do
+for f in $(ls -1 *-4-*.csv *-6-*.csv); do
b=$(basename "$f" ".csv")
#echo $b
LASTCOL="$(head -n 1 $f |sed 's/,/,\n/g' |grep -c ',')"