Added benchmarking for HNSW vacuuming [skip ci]

This commit is contained in:
Andrew Kane
2026-06-16 09:53:47 -07:00
parent eedba7ee14
commit 91fe2e62e7
3 changed files with 23 additions and 4 deletions

View File

@@ -1329,7 +1329,7 @@ make clean && PG_CFLAGS="-DUSE_ASSERT_CHECKING" make && make install
To enable benchmarking:
```sh
make clean && PG_CFLAGS="-DIVFFLAT_BENCH" make && make install
make clean && PG_CFLAGS="-DHNSW_BENCH -DIVFFLAT_BENCH" make && make install
```
To show memory usage: