root / benchmark / test-src / mesure.sh

Revision 42, 244 bytes (checked in by pernet, 1 year ago)

Introduce the benchmark directory, by Pascal Giorgi.

  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3#echo -n -e "   running $1 test  \t \t..."
4printf "    running %-15s ........... " $1
5while read parameter
6do 
7  ${BIN_PATH}/$1 $2 $parameter  2>>  ${TEST_PATH}/timing-$1-$2.txt
8done < "${TEST_SRC_PATH}/parameter.in"
9echo "[done]"
Note: See TracBrowser for help on using the browser.