MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_dbapi_raw_w_pool

Function test_dbapi_raw_w_pool

examples/performance/single_inserts.py:133–136  ·  view source on GitHub ↗

Individual INSERT/COMMIT pairs w/ DBAPI + connection pool

(n)

Source from the content-addressed store, hash-verified

131
132@Profiler.profile
133def test_dbapi_raw_w_pool(n):
134 """Individual INSERT/COMMIT pairs w/ DBAPI + connection pool"""
135
136 _test_dbapi_raw(n, False)
137
138
139def _test_dbapi_raw(n, connect):

Callers

nothing calls this directly

Calls 1

_test_dbapi_rawFunction · 0.70

Tested by

no test coverage detected