mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
25 lines
488 B
TOML
25 lines
488 B
TOML
[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"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
uu_factor = { path = "../../../src/uu/factor" }
|
|
|
|
[dev-dependencies]
|
|
array-init = "2.0.0"
|
|
criterion = "0.3"
|
|
rand = "0.8"
|
|
rand_chacha = "0.2.2"
|
|
|
|
[[bench]]
|
|
name = "gcd"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "table"
|
|
harness = false
|