mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Temporarily move to criterion/master, which supports nextest
This commit is contained in:
parent
b4cc843f33
commit
91c8bc3ef5
2 changed files with 7 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -751,8 +751,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "criterion"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
|
||||
source = "git+https://github.com/bheisler/criterion.rs#27642b476837753cbb539f269fbbcbefa815bf00"
|
||||
dependencies = [
|
||||
"anes",
|
||||
"atty",
|
||||
|
|
@ -761,8 +760,8 @@ dependencies = [
|
|||
"clap 3.2.23",
|
||||
"criterion-plot",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"oorandom",
|
||||
"plotters",
|
||||
"rayon",
|
||||
|
|
@ -777,8 +776,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "criterion-plot"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
||||
source = "git+https://github.com/bheisler/criterion.rs#27642b476837753cbb539f269fbbcbefa815bf00"
|
||||
dependencies = [
|
||||
"cast",
|
||||
"itertools",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
lychee-lib = { path = "../lychee-lib"}
|
||||
criterion = "0.4.0"
|
||||
# TODO: Move back to crates.io version once
|
||||
# https://github.com/bheisler/criterion.rs/pull/602
|
||||
# got released
|
||||
criterion = { git = "https://github.com/bheisler/criterion.rs"}
|
||||
|
||||
[[bench]]
|
||||
name = "extract"
|
||||
|
|
|
|||
Loading…
Reference in a new issue