faster validate_id

This commit is contained in:
2026-08-11 11:52:28 +03:00
parent 89bb2170f3
commit ae0d1e95d7
5 changed files with 563 additions and 4 deletions
+8 -1
View File
@@ -7,4 +7,11 @@ edition = "2024"
axum = { version = "0.8.9", features = ["multipart", ] }
tokio = { version = "1.52.3", features = ["full"] }
rand = "0.10.1"
tower-http = {version = "0.6.6", features = ["cors", "trace"]}
tower-http = {version = "0.7.0", features = ["cors", "trace"]}
[dev-dependencies]
criterion = { version = "0.8.2", features = ["html_reports"] }
[[bench]]
name = "validate_id"
harness = false