start using criterion in the test_gen crate

This commit is contained in:
Folkert 2022-07-05 17:29:26 +02:00
parent a9d296b21c
commit 2debf2629d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 10 additions and 57 deletions

View file

@ -16,7 +16,7 @@ bumpalo = { version = "3.8.0", features = ["collections"] }
encode_unicode = "0.3.6"
[dev-dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = { git = "https://github.com/Anton-4/criterion.rs", features = ["html_reports"]}
pretty_assertions = "1.0.0"
indoc = "1.0.3"
quickcheck = "1.0.3"