penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
993 stars 60 forks source link

bench: fix db lock on benchmark code by splitting the scopes #223

Closed brayanjuls closed 3 months ago

brayanjuls commented 3 months ago

closes issue #217.

I separated the benchmark code into two functions one for limbo code and another for rusqlite. Now all the benchmark test are working.

screenshot from the rusqlite tests:

image