Mercurial > p > roundup > code
diff test/benchmark.py @ 1233:69bf0d381fd7
Zope Collector fixes.
- merge Zope Collector #538 fix from ZPT CVS trunk (path expressions with a
non-path final alternate no longer try to call a value returned by that
alternate)
- merge Zope Collector #573 fix from ZPT CVS trunk
- added 1000-user/issue benchmark test
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Sep 2002 21:54:18 +0000 |
| parents | 49aebf5a8691 |
| children | 91d4d28c4a86 |
line wrap: on
line diff
--- a/test/benchmark.py Thu Sep 26 13:39:37 2002 +0000 +++ b/test/benchmark.py Thu Sep 26 21:54:18 2002 +0000 @@ -141,4 +141,7 @@ main(name, numissues=20) for name in 'anydbm bsddb bsddb3 metakit sqlite'.split(): main(name, numissues=100) + # don't even bother benchmarking the dbm backends > 100! + for name in 'metakit sqlite'.split(): + main(name, numissues=1000)
