mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
rename benchmark (#2173)
A quick fix where a benchmark test was wrongly renamed in this PR https://github.com/paritytech/polkadot-sdk/pull/1868
This commit is contained in:
committed by
GitHub
parent
318e5969c7
commit
4ac9c4a364
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user