mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
initial microbenchmarks with cargo bench
This commit is contained in:
parent
29d4750c0f
commit
3f2587e7d0
4 changed files with 219 additions and 0 deletions
7
benchmarks/micro/Cargo.toml
Normal file
7
benchmarks/micro/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "micro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rusqlite = {version="0.31.0", features=["bundled"]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue