Changeset 43 for benchmark/html
- Timestamp:
- 08/29/07 18:16:52 (1 year ago)
- Location:
- benchmark/html
- Files:
-
- 2 modified
-
html_report.sh (modified) (3 diffs)
-
process.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/html/html_report.sh
r42 r43 11 11 read ARCHI_DESCR 12 12 13 TEST_DIR=`ls $HOME_PATH/Target/$ARCHI -I CVS -I GOTO -I ATLAS -I compilation.log| tail -n 1`13 TEST_DIR=`ls $HOME_PATH/Target/$ARCHI -I GOTO -I ATLAS -I compilation.log -I report.xml| tail -n 1` 14 14 echo "Processing testing directory [$TEST_DIR]" 15 15 16 16 TEST_PATH="$HOME_PATH/Target/$ARCHI/$TEST_DIR" 17 17 18 PRIME=65521 18 19 … … 34 35 35 36 ${CURRENT_PATH}/process.sh "Multiple Triangular System Solving" timing-check-dtrsm-${PRIME}.txt \ 36 timing-check-ftrsm-${PRIME}.txt >> ${XML_FILE}37 timing-check-ftrsm-${PRIME}.txt >> ${XML_FILE} 37 38 38 39 ${CURRENT_PATH}/process.sh "Matrix Inversion" timing-check-dgetri-${PRIME}.txt \ … … 40 41 41 42 ${CURRENT_PATH}/process.sh "Triangular Matrix Inversion" timing-check-dtrtri-${PRIME}.txt \ 42 timing-check- trinverse-${PRIME}.txt>> ${XML_FILE}43 timing-check-ftrtri-${PRIME}.txt >> ${XML_FILE} 43 44 echo "</benchmark>" >> ${XML_FILE} 44 45 -
benchmark/html/process.sh
r42 r43 8 8 9 9 10 echo `pwd` 10 11 echo "<test name=\"$1\">" 11 12 echo -n "<prime> "
