edgedb / imdbench

IMDBench — Realistic ORM benchmarking
https://edgedb.github.io/imdbench
Apache License 2.0
242 stars 24 forks source link

Make psycopg benchmarks transactional. #7

Closed vpetrovykh closed 5 years ago

vpetrovykh commented 5 years ago

A cursor already implies some transacitonality, but had no explicit end demarcation. Cursor as a context manager should take care of that.