This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Paras inherent benchmark with keystore#4110
Merged
emostov merged 4 commits intozeke-benchmark-paras-inherentfrom Oct 20, 2021
Merged
Paras inherent benchmark with keystore#4110emostov merged 4 commits intozeke-benchmark-paras-inherentfrom
emostov merged 4 commits intozeke-benchmark-paras-inherentfrom
Conversation
Contributor
Author
|
/benchmark runtime kusama runtime_parachains::paras_inherent |
|
Benchmark Runtime Kusama Pallet for branch "zeke-bench-get-sigs-to-work" with command cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras_inherent --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs ResultsERROR: Unable to push ./runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs |
emostov
commented
Oct 19, 2021
Comment on lines
+313
to
+314
| let mut ext: TestExternalities = t.into(); | ||
| ext.register_extension(KeystoreExt(Arc::new(KeyStore::new()) as SyncCryptoStorePtr)); |
Contributor
Author
There was a problem hiding this comment.
this seems to fix the issue with using the keystore when running tests
emostov
added a commit
that referenced
this pull request
Nov 1, 2021
* WIP transition to signing with Public * Add test ext to testing mock * Maybe working? But so slow its hard to tell * add some primitive debug logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
target branch: zeke-benchmark-paras-inherent
testing benchmarks