Add installation script for phoronix-static.
[gcc-perf-regression-tester.git] / bmks / pb05 / get.sh
blob3572eedad6ff7fb6feda22d770bb56cc90fffffc
1 #!/bin/bash
3 # Copyright (C) 2011 Sebastian Pop <sebpop@gmail.com>.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details. A copy of this license
13 # can be downloaded from http://www.gnu.org/copyleft/gpl.html
15 bmk="pb05"
16 bmks="ac aermod air capacita channel doduc fatigue gas_dyn induct
17 linpk mdbx nf protein rnflow test_fpu tfft"
19 parse_nb () {
20 if test $b = "nf"; then
21 nb=`grep -m 3 $b $tag | tail -1 | awk '{ print $4 }'`
22 else
23 nb=`grep -m 2 $b $tag | tail -1 | awk '{ print $4 }'`
27 . $HOME/gcc/test/plot.sh