imdbench
imdbench copied to clipboard
IMDBench — Realistic ORM benchmarking
It would be incredibly convenient if you could include instructions and a Docker Compose file to enable running these benchmarks in Github Code Spaces. Would you accept a PR to...
I am trying to run these benchmarks in a Github Codespace and probably missing something. What is `synth`? ``` /workspaces/imdbench (master ✗) $ make new-dataset mkdir -p dataset/movies cat dataset/templates/user.json...
https://deepkit.io/library
Hi. Here's an initial shot at adding Postgres.js to the sql benchmarks. I've only implemented the 3 cases tested in the run for now. By the way - awesome job...
https://github.com/porsager/postgres
Hey, I have a few random questions while getting to know this setup. 1. The [three queries](https://github.com/edgedb/imdbench#queries) are the things actually being tested? 2. The `index.js` (or equivalent) inside the...
The currently published benchmarks show **js-pg** performing at about 25% the performance of **py-asyncpg**, and as a Node+Postgres aficionado, [ I took that personally](https://i.kym-cdn.com/entries/icons/mobile/000/035/410/Screen_Shot_2020-10-05_at_11.51.58_AM.jpg). This PR swaps the current **js-pg**...
I wasn't able to setup edgedb_js (see previously created issues), so I thought at least I can run typeorm benchmark, but that fails: ``` $ python3 bench.py --query insert_movie --query...
I think it would make sense to also compare performance with GraphQL-based query engines for postgreSQL like PostGraphile or the most recent one made by supabase: https://github.com/supabase/pg_graphql Note: here is...
https://github.com/RobertCraigie/prisma-client-py These benchmarks would probably be very similar to the existing Prisma benchmarks but it would be helpful for me to see how it compares to other Python ORMs. I'd...