individual benchmark tests (#4018)

This commit is contained in:
Shawn Tabrizi
2021-10-05 15:53:20 -04:00
committed by GitHub
parent d6d37621b0
commit bc7326383d
10 changed files with 64 additions and 71 deletions
+1 -6
View File
@@ -1589,13 +1589,8 @@ mod benchmarking {
assert!(super::Pallet::<T>::eth_recover(&signature, &data, extra).is_some());
}
}
}
#[cfg(test)]
mod tests {
use super::*;
frame_benchmarking::impl_benchmark_test_suite!(
impl_benchmark_test_suite!(
Pallet,
crate::claims::tests::new_test_ext(),
crate::claims::tests::Test,