Code

- verify contents of tracker module when the tracker is opened
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 20 Sep 2002 01:20:32 +0000 (01:20 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 20 Sep 2002 01:20:32 +0000 (01:20 +0000)
commite8ba7d283909bef6f2b06af2bb23f687640de19a
treeea5b22ba430e64ecb3085035dfb8ddaae7b7cde0
parent87f87b4cb3d088270fa308605bc7d6111a9d52e0
- verify contents of tracker module when the tracker is opened
- performance improvements in *dbm and sq backends
- new benchmark module. To use:
  PYTHONPATH=. python2 test/benchmark.py
  (yes, it's a little basic at present ;)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1198 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
TODO.txt
roundup/backends/back_anydbm.py
roundup/backends/back_gadfly.py
roundup/backends/rdbms_common.py
roundup/instance.py
roundup/roundupdb.py
test/benchmark.py [new file with mode: 0644]
test/test_db.py