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()
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()
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()