mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Full block import benchmark (#5745)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user