diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-08 19:20:17 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-08 19:20:17 -0400 |
| commit | 60913b8ccf9db19a9e673b6e4f3deefe0dea04ae (patch) | |
| tree | 22e2952d7a46b468921de91764457a0ffc5da6f5 /test/perf | |
| parent | 6b0631c852ab1a37bfce2acec8f866bce8a48fbe (diff) | |
| download | sqlalchemy-60913b8ccf9db19a9e673b6e4f3deefe0dea04ae.tar.gz | |
don't need this is_really_none() thing anymore
Diffstat (limited to 'test/perf')
| -rw-r--r-- | test/perf/orm2010.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf/orm2010.py b/test/perf/orm2010.py index ed4e7b090..47257ba87 100644 --- a/test/perf/orm2010.py +++ b/test/perf/orm2010.py @@ -161,7 +161,7 @@ print 'Total executemany calls: %d' \ #stats.sort_stats('time', 'calls') #stats.print_stats() -#os.system("runsnake %s" % filename) +os.system("runsnake %s" % filename) # SQLA Version: 0.7b1 # Total calls 4956750 |
