/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to parse/tools/run-script

  • Committer: Suren A. Chilingaryan
  • Date: 2009-10-02 01:16:02 UTC
  • Revision ID: csa@dside.dyndns.org-20091002011602-ut1jl0go12npun6y
DOM walking for all Libxml bindings: ruby, python, perl, php, lisp

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
END=$(date +%s.%N)
70
70
if [ $summode -eq 1 ]; then
71
71
    DIFF=$(echo "($END - $START - $INIT)*1000000" | bc)
72
 
else
 
72
elif [ $1 -gt 0 ]; then
73
73
    DIFF=$(echo "($END - $START - $INIT)*1000000/$1" | bc)
 
74
else 
 
75
    DIFF=0
74
76
fi
75
77
 
76
78
#echo $INIT