Skip to content

Commit

Permalink
rename benchmark (paritytech#2173)
Browse files Browse the repository at this point in the history
A quick fix where a benchmark test was wrongly renamed in this PR
paritytech#1868
  • Loading branch information
0xmovses committed Nov 6, 2023
1 parent 878ed73 commit d3fea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/alliance/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ mod benchmarks {
}

#[benchmark]
fn add_scrupulous_items(
fn add_unscrupulous_items(
n: Linear<0, { T::MaxUnscrupulousItems::get() }>,
l: Linear<0, { T::MaxWebsiteUrlLength::get() }>,
) -> Result<(), BenchmarkError> {
Expand Down

0 comments on commit d3fea43

Please sign in to comment.