aboutsummaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/benchmark/report_times
blob: d296efd492018845ee02750c8215773d90bbe350 (plain)
1
2
3
4
5
6
7
#!/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