mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
Show storage info in the raw benchmark output. (#9588)
This commit is contained in:
@@ -357,7 +357,7 @@ pub fn write_results(
|
||||
// This function looks at the keys touched during the benchmark, and the storage info we collected
|
||||
// from the pallets, and creates comments with information about the storage keys touched during
|
||||
// each benchmark.
|
||||
fn add_storage_comments(
|
||||
pub(crate) fn add_storage_comments(
|
||||
comments: &mut Vec<String>,
|
||||
results: &[BenchmarkResult],
|
||||
storage_info: &[StorageInfo],
|
||||
|
||||
Reference in New Issue
Block a user