For testing lucca-extentions.
[tatoo.git] / benchmark
1 #echo \#\#\# DOC :
2 #cat ./tests/docs/XPath-PT.xml
3 #echo
4 for native in ./bench.native*; do
5     echo $native
6     for quer in ./tests/queries/XPath-PT/A1.xpl ; do
7         /usr/bin/time -l  $native ./tests/docs/XPath-PT.xml -f ./tests/queries/XPath-PT/A1.xpl
8     done
9     echo 
10 done