coreutils/tests/benches/factor/Cargo.toml

26 lines
488 B
TOML
Raw Normal View History

2021-05-17 17:22:56 +00:00
[package]
name = "uu_factor_benches"
version = "0.0.0"
authors = ["nicoo <nicoo@debian.org>"]
license = "MIT"
description = "Benchmarks for the uu_factor integer factorization tool"
homepage = "https://github.com/uutils/coreutils"
2022-04-01 17:03:15 +00:00
edition = "2021"
2021-05-17 17:22:56 +00:00
[dependencies]
uu_factor = { path = "../../../src/uu/factor" }
[dev-dependencies]
array-init = "2.0.0"
criterion = "0.3"
2022-01-18 01:07:28 +00:00
rand = "0.8"
2021-05-17 17:22:56 +00:00
rand_chacha = "0.2.2"
[[bench]]
name = "gcd"
harness = false
[[bench]]
name = "table"
harness = false