MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_dbapi_raw_w_connect

Function test_dbapi_raw_w_connect

examples/performance/single_inserts.py:126–129  ·  view source on GitHub ↗

Individual INSERT/COMMIT pairs w/ DBAPI + connection each time

(n)

Source from the content-addressed store, hash-verified

124
125@Profiler.profile
126def test_dbapi_raw_w_connect(n):
127 """Individual INSERT/COMMIT pairs w/ DBAPI + connection each time"""
128
129 _test_dbapi_raw(n, True)
130
131
132@Profiler.profile

Callers

nothing calls this directly

Calls 1

_test_dbapi_rawFunction · 0.70

Tested by

no test coverage detected