Full block import benchmark (#5745)

This commit is contained in:
Nikolay Volf
2020-04-23 13:55:57 +03:00
committed by GitHub
parent 624e95b1af
commit 1a41b88430
5 changed files with 49 additions and 13 deletions
+10
View File
@@ -76,6 +76,16 @@ fn main() {
key_types: KeyTypes::Ed25519,
size: SizeType::Medium,
},
ImportBenchmarkDescription {
profile: Profile::Wasm,
key_types: KeyTypes::Sr25519,
size: SizeType::Full,
},
ImportBenchmarkDescription {
profile: Profile::Native,
key_types: KeyTypes::Sr25519,
size: SizeType::Full,
},
size in [SizeType::Small, SizeType::Large] =>
ImportBenchmarkDescription {
profile: Profile::Native,