Skip to content

Commit 312f938

Browse files
committed
Fix benchmark
1 parent 7323957 commit 312f938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/helpers/miri_helper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls<'_> {
2424
);
2525

2626
self.bencher.iter(|| {
27-
let config = miri::MiriConfig { validate: true, args: vec![] };
27+
let config = miri::MiriConfig { validate: true, args: vec![], seed: None };
2828
eval_main(tcx, entry_def_id, config);
2929
});
3030
});

0 commit comments

Comments
 (0)