imdbench
imdbench copied to clipboard
Random questions
Hey,
I have a few random questions while getting to know this setup.
- The three queries are the things actually being tested?
- The
index.js(or equivalent) inside the projects implements much more. The other queries are not benchmarked or not used? - Is there some test setup one can use to confirm that the returned data for a folder adheres to the expected data format and content during development? (Does the benchmark do that?)
- Is there some additional information somewhere about the problems described under "Transactional queries 🏦" and how they would occur for the datamodel under test here?
- Is there a commited version of the SQL DDL all the non EdgeDB tests run against?
- Is connection creation part of the benchmark results or are queries done on brand new Clients?
- Prisma specific:
TunedApp vs.App`? - Is there a CI Setup to run the benchmarks or all manual?
Thanks!