Fix Benchmarks for Statemine-V4 release (#639)

* register validators

* register_as_candidate & leave_intent fixed

* new_session benchmark fixed

* intent_leave_modified

* clean up

* clean up

* benchmark script updated

* update cargo.lock

* done

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
Ignacio Palacios
2021-10-04 11:54:58 +02:00
committed by GitHub
parent 18cae2f496
commit 288a98d3d2
5 changed files with 101 additions and 12 deletions
Generated
+2 -1
View File
@@ -5490,6 +5490,7 @@ dependencies = [
"pallet-session",
"pallet-timestamp",
"parity-scale-codec",
"rand 0.7.3",
"serde",
"sp-consensus-aura",
"sp-core",
@@ -12187,7 +12188,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
dependencies = [
"cfg-if 0.1.10",
"rand 0.7.3",
"rand 0.6.5",
"static_assertions",
]