summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/profiling/compiler.py2
-rw-r--r--test/profiling/zoomark.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py
index 9a0981498..501f8878d 100644
--- a/test/profiling/compiler.py
+++ b/test/profiling/compiler.py
@@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
def test_update(self):
t1.update().compile()
- @profiling.function_call_count(211, versions={'2.4':131})
+ @profiling.function_call_count(211, versions={'2.4':141})
def test_select(self):
s = select([t1], t1.c.c2==t2.c.c1)
s.compile()
diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py
index f73a7882a..6cf0771c4 100644
--- a/test/profiling/zoomark.py
+++ b/test/profiling/zoomark.py
@@ -328,7 +328,7 @@ class ZooMarkTest(TestBase):
def test_profile_1a_populate(self):
self.test_baseline_1a_populate()
- @profiling.function_call_count(322, {'2.4': 213})
+ @profiling.function_call_count(322, {'2.4': 202})
def test_profile_2_insert(self):
self.test_baseline_2_insert()
@@ -340,7 +340,7 @@ class ZooMarkTest(TestBase):
def test_profile_4_expressions(self):
self.test_baseline_4_expressions()
- @profiling.function_call_count(1523, {'2.4': 1032})
+ @profiling.function_call_count(1523, {'2.4': 1084})
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()