mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Basic extrinsic pool benchmarks (#3922)
* Working bench for 50 sequental * configured benches * fix warnings * Optimize and fix issues * add preamble * Fix benchmarks. * fix compilation * remove unneeded features for now
This commit is contained in:
@@ -18,3 +18,8 @@ assert_matches = "1.3.0"
|
||||
env_logger = "0.7.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
test_runtime = { package = "substrate-test-runtime", path = "../../test-runtime" }
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "basics"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user