edgedb / imdbench

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

Add a benchmark for EdgeDB JavaScript driver. #5

Closed vpetrovykh closed 5 years ago

vpetrovykh commented 5 years ago

This benchmark uses the same benchmark database as other EdgeDB benchmarks. Only the driver used is different.

vpetrovykh commented 5 years ago

I've added some minor tweaks tot he JS benchmark parameters. I now actually follow the --number-of-ids setting instead of selecting randomly from the entire ID pool. This didn't really affect performance, though, as far as I can see.