edgedb / imdbench

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

track api change in edgedb-go #18

Closed fmoor closed 4 years ago

fmoor commented 4 years ago

The edgedb-go json query functions were changed in https://github.com/edgedb/edgedb-go/pull/18 to use an out parameter rather than a return value. This change also, reorganizes declarations in edgedb-go benchmarks to reduce the number of allocations in each iteration.