aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/benches/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-091-8/+8
|
* Refactor public interfaceJan Tuomi2025-01-171-4/+4
|
* Add type alias DBResultJan Tuomi2025-01-171-1/+1
|
* Fix compaction issue where get of valid logkey produced unset metadata row ↵Jan Tuomi2025-01-101-6/+16
| | | | (len = 0)
* Move refresh_indexes out of do_maintenance_tasks, fix benchesJan Tuomi2025-01-071-14/+61
|
* Use specialized DBError type instead of io::ErrorJan Tuomi2024-11-221-2/+1
|
* Fix benchmark so that it compilesJan Tuomi2024-11-221-7/+5
|
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-3/+3
|
* Add compacted benchmark casesJan Tuomi2024-10-101-0/+4
|
* Add py_bindings lib, move to monorepo structureJan Tuomi2024-10-071-0/+46