mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
micro benchmarks work
This commit is contained in:
parent
66bc7e8947
commit
44b365a23f
5 changed files with 754 additions and 30 deletions
5
benchmarks/micro/build.rs
Normal file
5
benchmarks/micro/build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
fn main() {
|
||||
cc::Build::new()
|
||||
.file("../../sqlite-vec.c")
|
||||
.compile("sqlite_vec0");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue