summaryrefslogtreecommitdiff
path: root/runbenchmarks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runbenchmarks.sh')
-rwxr-xr-xrunbenchmarks.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/runbenchmarks.sh b/runbenchmarks.sh
new file mode 100755
index 0000000..e0304fb
--- /dev/null
+++ b/runbenchmarks.sh
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+xmldocs=`cat xmldata/subset.txt`
+
+for prog in ezxml goencxml mxml pyeletree.py sxmlc yxml; do
+ ./measuretime ./$prog $xmldocs
+done