edgedb / imdbench

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

prisma: Use transactions properly #37

Closed elprans closed 2 years ago

elprans commented 2 years ago

Some of the current Prisma benchmarks are implemented to make several distinct queries without using a transaction block, which is wrong. Fix this. While at it, bump Prisma to the latest available version (3.9)