]> Sergey Matveev's repositories - btrtrc.git/history - storage/sqlite/sqlite-storage_test.go
Rework lots of option handling
[btrtrc.git] / storage / sqlite / sqlite-storage_test.go
2021-05-05 Matt JoinerRework lots of option handling
2021-05-05 Matt JoinerRework to use a pool of blobs
2021-05-04 Matt JoinerGet benchmarks working
2021-05-04 Matt JoinerUse BenchmarkMarkComplete for non-sqlite storages too
2021-02-03 Matt JoinerAdd batch writes cases to sqlite storage benchmarks
2021-01-25 Matt JoinerRemove obsolete reference to piece storage opts
2021-01-25 Matt JoinerRejig some storage options
2021-01-25 Matt JoinerMove storage piece benchmarks to storage/test and add...
2021-01-25 Matt JoinerImprove configurability and add PutSized to sqlite...
2021-01-25 Matt JoinerAdd MarkComplete benchmark for sqlite
2020-10-30 Matt Joinersqlite storage: Add batched writes
2020-10-30 Matt Joinersqlite storage: Provide helpers and reasonable defaults
2020-10-27 Matt JoinerPerformance fiddling on sqlite storage
2020-10-27 Matt Joinersqlite storage: Include capacity management
2020-10-22 Matt Joinersqlite storage: Add NewProviderPool