Commit 6531a90
committed
chore(changelog): update for version 1.2.0 release
* Add benchmarks module with performance testing for CRUD operations
* Include configurable benchmark suite via `benchmarks/config.yaml`
* Support testing with various dataset sizes (100, 1K, 10K, 50K records)
* Document benchmark operations: add, get_many, similarity_search, update_many, get_all, delete_many
* Fix `delete_many()` to handle large rowid lists by batching into chunks of 5001 parent ca2472b commit 6531a90
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
| |||
0 commit comments