mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Enable verification logic when executing benchmarks (#6929)
* Add `--verify` flag to benchmark execution * make it so `--verify` can be used for getting the actual benchmarks * undo manual testing * oops * use benchmark config struct * verify is default on, docs update * remove clone * improve formatting * fix test * bump impl for ci
This commit is contained in:
@@ -715,7 +715,8 @@ mod tests {
|
||||
let closure_to_benchmark =
|
||||
<SelectedBenchmark as frame_benchmarking::BenchmarkingSetup<Test>>::instance(
|
||||
&selected_benchmark,
|
||||
&c
|
||||
&c,
|
||||
true
|
||||
).unwrap();
|
||||
|
||||
assert_ok!(closure_to_benchmark());
|
||||
|
||||
Reference in New Issue
Block a user