[Lxml-checkins] r51169 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Fri Feb 1 12:34:18 CET 2008
Author: scoder
Date: Fri Feb 1 12:34:17 2008
New Revision: 51169
Modified:
lxml/trunk/ (props changed)
lxml/trunk/Makefile
Log:
r3374 at delle: sbehnel | 2008-02-01 10:16:04 +0100
fixed benchmark run from Makefile
Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile (original)
+++ lxml/trunk/Makefile Fri Feb 1 12:34:17 2008
@@ -25,7 +25,10 @@
$(PYTHON) test.py
bench_inplace: inplace
- $(PYTHON) bench.py -i
+ $(PYTHON) benchmark/bench_etree.py -i
+ $(PYTHON) benchmark/bench_xpath.py -i
+ $(PYTHON) benchmark/bench_xslt.py -i
+ $(PYTHON) benchmark/bench_objectify.py -i
ftest_build: build
$(PYTHON) test.py -f $(TESTFLAGS) $(TESTOPTS)
More information about the lxml-checkins
mailing list