Skip to content

Commit b24ae4b

Browse files
authored
add missing bench config (#1527)
1 parent 7fb070d commit b24ae4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libsql-wal/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ once_cell = "1.19.0"
3737
rand = "0.8.5"
3838
rand_chacha = "0.3.1"
3939
regex = "1.10.4"
40+
41+
[[bench]]
42+
name = "benchmarks"
43+
harness = false

0 commit comments

Comments
 (0)