summaryrefslogtreecommitdiff
path: root/runbenchmarks.sh
blob: e0304fb05427ad282efa9c118fad044f806796fc (plain)
1
2
3
4
5
6
7
#! /bin/bash

xmldocs=`cat xmldata/subset.txt`

for prog in ezxml goencxml mxml pyeletree.py sxmlc yxml; do
	./measuretime ./$prog $xmldocs
done