Skip to content

Commit fb17282

Browse files
Fix benchmarks
1 parent 0143105 commit fb17282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/benchmarks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ mod pallet_benchmarks {
16421642
#[benchmark]
16431643
fn sudo_set_num_root_claims() {
16441644
#[extrinsic_call]
1645-
_(RawOrigin::Root, 100);
1645+
_(RawOrigin::Root, 40);
16461646
}
16471647

16481648
#[benchmark]

0 commit comments

Comments
 (0)