summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-16 19:49:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-16 19:49:07 -0400
commitb577afcb2bdcd94581606bc911968d8885509769 (patch)
tree8ee4e1456bdcc84bd6cf6e25dda51e9338770150 /test/aaa_profiling/test_compiler.py
parent589f205d53f031ceb297af760f2acfc777a5bc5d (diff)
downloadsqlalchemy-b577afcb2bdcd94581606bc911968d8885509769.tar.gz
- rework profiling, zoomark tests into single tests so that
they can be used under xdist
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
-rw-r--r--test/aaa_profiling/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py
index 47a412e73..5eece4602 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -42,7 +42,7 @@ class CompileTest(fixtures.TestBase, AssertsExecutionResults):
def test_insert(self):
t1.insert().compile(dialect=self.dialect)
- @profiling.function_call_count()
+ @profiling.function_call_count(variance=.15)
def test_update(self):
t1.update().compile(dialect=self.dialect)