We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measure performance of execution sample blocks to tune the performance of WASM engines
Introduce block execution benchmark that could executed with the flag
kagome benchmark block --chain polkadot.json -d polkadot-dev --from 1 --to 1 --repeat 10 --wasm-execution Compiled And outputs mean, median execution time with dispersion
kagome benchmark block --chain polkadot.json -d polkadot-dev --from 1 --to 1 --repeat 10 --wasm-execution Compiled
Helpful links: Hardrware assumptions: https://www.shawntabrizi.com/substrate-graph-benchmarks/docs/#/assumptions
The text was updated successfully, but these errors were encountered:
Harrm
Successfully merging a pull request may close this issue.
Measure performance of execution sample blocks to tune the performance of WASM engines
Introduce block execution benchmark that could executed with the flag
kagome benchmark block --chain polkadot.json -d polkadot-dev --from 1 --to 1 --repeat 10 --wasm-execution Compiled
And outputs mean, median execution time with dispersion
Helpful links:
Hardrware assumptions: https://www.shawntabrizi.com/substrate-graph-benchmarks/docs/#/assumptions
The text was updated successfully, but these errors were encountered: