def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()
- @profiling.function_call_count(5045, {'2.4': 3650})
+ @profiling.function_call_count(5045, {'2.6':5371, '2.4': 3650})
def test_profile_1a_populate(self):
self.test_baseline_1a_populate()
# and this number go down slightly when using the C extensions
- @profiling.function_call_count(22510, {'2.6': 24055, '2.7': 22921})
+ @profiling.function_call_count(22510, {'2.6': 22775, '2.7': 22921})
def test_profile_4_expressions(self):
self.test_baseline_4_expressions()