mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
start using criterion in the test_gen crate
This commit is contained in:
parent
a9d296b21c
commit
2debf2629d
4 changed files with 10 additions and 57 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue