Skip to content

Commit 03a06b3

Browse files
add benchmarks
1 parent c4dee15 commit 03a06b3

File tree

5 files changed

+415
-2
lines changed

5 files changed

+415
-2
lines changed

Cargo.lock

+155-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pgt_completions/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,15 @@ sqlx.workspace = true
3131
tokio = { version = "1.41.1", features = ["full"] }
3232

3333
[dev-dependencies]
34+
criterion = "0.5.1"
3435
pgt_test_utils.workspace = true
3536

3637
[lib]
3738
doctest = false
3839

3940
[features]
4041
schema = ["dep:schemars"]
42+
43+
[[bench]]
44+
harness = false
45+
name = "sanitization"

0 commit comments

Comments
 (0)