summaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/benchmark/report_times
diff options
context:
space:
mode:
Diffstat (limited to 'moon-abe/pbc-0.5.14/benchmark/report_times')
-rw-r--r--moon-abe/pbc-0.5.14/benchmark/report_times7
1 files changed, 0 insertions, 7 deletions
diff --git a/moon-abe/pbc-0.5.14/benchmark/report_times b/moon-abe/pbc-0.5.14/benchmark/report_times
deleted file mode 100644
index d296efd4..00000000
--- a/moon-abe/pbc-0.5.14/benchmark/report_times
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-#report pairing times for each type of parameter
-for p in a d159 d201 d224 e f g149 a1
-do
- echo -en $p'\t'
- benchmark/benchmark < param/$p.param | awk '/time =/ {printf "%s", $5 "\t" } /prepro/ {print $6}'
-done