micro benchmarks work

This commit is contained in:
Alex Garcia 2024-06-11 23:57:46 -07:00
parent 66bc7e8947
commit 44b365a23f
5 changed files with 754 additions and 30 deletions

View file

@ -0,0 +1,5 @@
fn main() {
cc::Build::new()
.file("../../sqlite-vec.c")
.compile("sqlite_vec0");
}