mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Show storage info in the raw benchmark output. (#9588)
This commit is contained in:
@@ -141,4 +141,11 @@ pub struct BenchmarkCmd {
|
||||
/// When nothing is provided, we list all benchmarks.
|
||||
#[structopt(long)]
|
||||
pub list: bool,
|
||||
|
||||
/// If enabled, the storage info is not displayed in the output next to the analysis.
|
||||
///
|
||||
/// This is independent of the storage info appearing in the *output file*. Use a Handlebar
|
||||
/// template for that purpose.
|
||||
#[structopt(long)]
|
||||
pub no_storage_info: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user