We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb070d commit b24ae4bCopy full SHA for b24ae4b
libsql-wal/Cargo.toml
@@ -37,3 +37,7 @@ once_cell = "1.19.0"
37
rand = "0.8.5"
38
rand_chacha = "0.3.1"
39
regex = "1.10.4"
40
+
41
+[[bench]]
42
+name = "benchmarks"
43
+harness = false
0 commit comments