File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33cd ` dirname $0 `
44. ./_functions.sh
5- . ../benchmark. config
5+ . ../config
66
77bn_name=` basename $0 .sh`
88
Original file line number Diff line number Diff line change 33cd ` dirname $0 `
44cd ..
55
6- . ../benchmark. config
6+ . ../config
77
88# include framework list
99targets=" $frameworks_list "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ ! `which curl` ]; then
1515 exit 1;
1616fi
1717
18- . ./benchmark. config
18+ . ./config
1919
2020function showHelp()
2121{
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- . ./benchmark. config
3+ . ./config
44. ./base/option_target.sh
55
66# Colors
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- . ./benchmark. config
3+ . ./config
44. ./base/option_target.sh
55
66shopt -s extglob
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ ! `which composer` ]; then
66fi
77
88
9- . ./benchmark. config
9+ . ./config
1010. ./base/option_target.sh
1111
1212shopt -s extglob
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [ ! `which curl` ]; then
2121fi
2222
2323
24- . ./benchmark. config
24+ . ./config
2525. ./base/option_target.sh
2626
2727for fw in $param_targets
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if [ ! `which composer` ]; then
44 exit 1;
55fi
66
7- . ./benchmark. config
7+ . ./config
88. ./base/option_target.sh
99
1010for fw in $param_targets
You can’t perform that action at this time.
0 commit comments