summaryrefslogtreecommitdiff
path: root/test/perf/masscreate.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-08-06 21:11:27 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-08-06 21:11:27 +0000
commit8fc5005dfe3eb66a46470ad8a8c7b95fc4d6bdca (patch)
treeae9e27d12c9fbf8297bb90469509e1cb6a206242 /test/perf/masscreate.py
parent7638aa7f242c6ea3d743aa9100e32be2052546a6 (diff)
downloadsqlalchemy-8fc5005dfe3eb66a46470ad8a8c7b95fc4d6bdca.tar.gz
merge 0.6 series to trunk.
Diffstat (limited to 'test/perf/masscreate.py')
-rw-r--r--test/perf/masscreate.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/perf/masscreate.py b/test/perf/masscreate.py
index ae32f83e2..5b8e0da55 100644
--- a/test/perf/masscreate.py
+++ b/test/perf/masscreate.py
@@ -3,7 +3,6 @@ import testenv; testenv.simple_setup()
from sqlalchemy.orm import attributes
import time
-import gc
manage_attributes = True
init_attributes = manage_attributes and True
@@ -34,7 +33,6 @@ for i in range(0,130):
attributes.manage(a)
a.email = 'foo@bar.com'
u.addresses.append(a)
-# gc.collect()
# print len(managed_attributes)
# managed_attributes.clear()
total = time.time() - now