w3f / apk-proofs

Apache License 2.0
56 stars 19 forks source link

Make some tests accept console args #36

Closed swasilyev closed 2 years ago

swasilyev commented 2 years ago

For quick profiling with different values of log_n

See https://stackoverflow.com/questions/65791697/passing-custom-command-line-arguments-to-a-rust-test

https://doc.rust-lang.org/cargo/reference/cargo-targets.html#integration-tests looks like what i want