summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-03-09 14:36:23 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-03-09 14:36:23 -0400
commit9afe585f4599d8114abe8d11f924c206a8962cda (patch)
treedd734140049a3f0e744f43791bdf18971f33bbe6 /examples
parentfcfa62bd76ee0cdb125f0eb46ec4c1f625cbd6e7 (diff)
downloadsqlalchemy-9afe585f4599d8114abe8d11f924c206a8962cda.tar.gz
- pick around gaining modest dings in callcounts here and there
Diffstat (limited to 'examples')
-rw-r--r--examples/performance/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/performance/__init__.py b/examples/performance/__init__.py
index 5a1aeeb70..15dbe60ab 100644
--- a/examples/performance/__init__.py
+++ b/examples/performance/__init__.py
@@ -298,7 +298,7 @@ class Profiler(object):
pr.disable()
stats = pstats.Stats(pr).sort_stats('cumulative')
- #stats.print_callers()
+ # stats.print_callers()
self.stats.append(TestResult(self, fn, stats=stats))
return result