generated from PlexSheep/rs-base
fix(bench): use the n defined by cli
cargo devel CI / cargo CI (push) Failing after 1m57s
Details
cargo devel CI / cargo CI (push) Failing after 1m57s
Details
This commit is contained in:
parent
6f72fda4ff
commit
970c1be143
|
@ -72,7 +72,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
let bench = BuiltinBenchmark::build(&wl, solver, builder, cli.threads)?;
|
let bench = BuiltinBenchmark::build(&wl, solver, builder, cli.threads)?;
|
||||||
trace!("{bench:#?}");
|
trace!("{bench:#?}");
|
||||||
|
|
||||||
bench.start(50, &bench.builder())?;
|
bench.start(cli.n, &bench.builder())?;
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
sleep(std::time::Duration::from_secs(1));
|
sleep(std::time::Duration::from_secs(1));
|
||||||
|
|
Loading…
Reference in New Issue