[Checkins] SVN: z3c.pt/trunk/benchmark/benchmark/tests.py Test API update.
Malthe Borch
mborch at gmail.com
Mon May 11 02:51:33 EDT 2009
Log message for revision 99832:
Test API update.
Changed:
U z3c.pt/trunk/benchmark/benchmark/tests.py
-=-
Modified: z3c.pt/trunk/benchmark/benchmark/tests.py
===================================================================
--- z3c.pt/trunk/benchmark/benchmark/tests.py 2009-05-11 04:25:37 UTC (rev 99831)
+++ z3c.pt/trunk/benchmark/benchmark/tests.py 2009-05-11 06:51:33 UTC (rev 99832)
@@ -203,8 +203,7 @@
# save registry
assert len(z3cfile.registry) == 1
- z3cfile.registry.save()
-
+
t_cached_z3c = timing(z3cfile.registry.load)
t_cook_z3c = timing(z3cfile.cook, parameters=('table',))
t_zope = timing(zopefile._cook)
More information about the Checkins
mailing list