diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-16 19:49:07 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-16 19:49:07 -0400 |
| commit | b577afcb2bdcd94581606bc911968d8885509769 (patch) | |
| tree | 8ee4e1456bdcc84bd6cf6e25dda51e9338770150 /test/aaa_profiling/test_compiler.py | |
| parent | 589f205d53f031ceb297af760f2acfc777a5bc5d (diff) | |
| download | sqlalchemy-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.py | 2 |
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) |
