mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
factor: add -h/--exponents option (#4710)
* factor: add -h/--exponents option * Factor: Rebase, add -h/--exponents options
This commit is contained in:
parent
a04fc0508e
commit
6a54d820ac
7 changed files with 121 additions and 29 deletions
|
@ -7,6 +7,8 @@ description = "Benchmarks for the uu_factor integer factorization tool"
|
|||
homepage = "https://github.com/uutils/coreutils"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
uu_factor = { path = "../../../src/uu/factor" }
|
||||
|
||||
|
@ -14,7 +16,7 @@ uu_factor = { path = "../../../src/uu/factor" }
|
|||
array-init = "2.0.0"
|
||||
criterion = "0.3"
|
||||
rand = "0.8"
|
||||
rand_chacha = "0.2.2"
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
[[bench]]
|
||||
name = "gcd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue