Improve frame-omni-bencher docs #6392
Labels
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
T12-benchmarks
This PR/Issue is related to benchmarking and weights.
Straight-forward changes:
staging-chain-spec-builder
, and exported to the docs by usingdocify::export_content
README.docify.md
as we did withstaging-chain-spec-builder
again, by running acargo
command with--features generate-readme
.include_str
ed into a lib.rs (even if the crate is intended to be a binary create) - currently the README's content is duplicated as public docs forcommand.rs
::Command
struct, which isn't displayed/used anywhere.docs.rs
will show something like below (which I assume is taken from crates.io):Not a must, but good practice related, as we did with
staging-chain-spec-builder
:cmd_lib::run_cmd
or othercmd_lib
alternative, based on the assertion logic needs.The text was updated successfully, but these errors were encountered: