aboutsummaryrefslogtreecommitdiff
path: root/plots.sh
diff options
context:
space:
mode:
authorhayati ayguen <h_ayguen@web.de>2019-12-27 00:35:47 +0100
committerhayati ayguen <h_ayguen@web.de>2019-12-27 02:41:27 +0100
commitb9804a2e356ab7e65215cca21add0002e7d00939 (patch)
tree49fdea5afdeda3f4c8d0c8963a93fb550dcec1e2 /plots.sh
parentccff6d9ee4044bbc907a77aaa47f719137afb9cf (diff)
downloadpffft-b9804a2e356ab7e65215cca21add0002e7d00939.tar.gz
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>
Diffstat (limited to 'plots.sh')
-rwxr-xr-xplots.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plots.sh b/plots.sh
index 0f10a29..c09affe 100755
--- a/plots.sh
+++ b/plots.sh
@@ -6,7 +6,7 @@ H="768"
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 ',')"