root / benchmark / test-src / mesure.sh
| Revision 42, 244 bytes (checked in by pernet, 1 year ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | #echo -n -e " running $1 test \t \t..." |
| 4 | printf " running %-15s ........... " $1 |
| 5 | while read parameter |
| 6 | do |
| 7 | ${BIN_PATH}/$1 $2 $parameter 2>> ${TEST_PATH}/timing-$1-$2.txt |
| 8 | done < "${TEST_SRC_PATH}/parameter.in" |
| 9 | echo "[done]" |
Note: See TracBrowser
for help on using the browser.
