Repair and extend some benchmarks (#5648)

This commit is contained in:
Shawn Tabrizi
2020-04-24 11:40:28 +02:00
committed by GitHub
parent 000c924b62
commit 2fb22de02e
10 changed files with 1187 additions and 333 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ pub trait Contains<T: Ord> {
///
/// **Should be used for benchmarking only!!!**
#[cfg(feature = "runtime-benchmarks")]
fn add(t: &T) { unimplemented!() }
fn add(_t: &T) { unimplemented!() }
}
/// Determiner to say whether a given account is unused.