Changeset 43 for benchmark/html

Show
Ignore:
Timestamp:
08/29/07 18:16:52 (1 year ago)
Author:
pernet
Message:

Updating the benchmark section to make it work with fflas-ffpack

Location:
benchmark/html
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • benchmark/html/html_report.sh

    r42 r43  
    1111read ARCHI_DESCR 
    1212 
    13 TEST_DIR=`ls $HOME_PATH/Target/$ARCHI -I CVS -I GOTO -I ATLAS -I compilation.log | tail -n 1` 
     13TEST_DIR=`ls $HOME_PATH/Target/$ARCHI  -I GOTO -I ATLAS -I compilation.log -I report.xml| tail -n 1` 
    1414echo "Processing testing directory [$TEST_DIR]" 
    1515 
    1616TEST_PATH="$HOME_PATH/Target/$ARCHI/$TEST_DIR" 
     17 
    1718PRIME=65521 
    1819 
     
    3435 
    3536${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} 
    3738 
    3839${CURRENT_PATH}/process.sh "Matrix Inversion"             timing-check-dgetri-${PRIME}.txt \ 
     
    4041 
    4142${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} 
    4344echo "</benchmark>" >> ${XML_FILE} 
    4445 
  • benchmark/html/process.sh

    r42 r43  
    88 
    99 
     10echo `pwd` 
    1011echo  "<test name=\"$1\">" 
    1112echo -n "<prime> "