metadata = MetaData(engine)
engine.connect()
- @profiling.function_call_count(3599, {'2.4': 1711})
+ @profiling.function_call_count(3896, {'2.4': 1711})
def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()
session = sessionmaker()()
engine.connect()
- @profiling.function_call_count(5245)
+ @profiling.function_call_count(5600)
def test_profile_1_create_tables(self):
self.test_baseline_1_create_tables()
def test_profile_5_aggregates(self):
self.test_baseline_5_aggregates()
- @profiling.function_call_count(2417)
+ @profiling.function_call_count(2545)
def test_profile_6_editing(self):
self.test_baseline_6_editing()