mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Use Handlebars Template for Benchmark CLI Output (#7390)
* add_handlebar_template_to_benchmark - add benchmark-cli arg to take in a handlebar-template file * update to always use template * rewrite writer for handlebars * polish * pass cmd data * update docs * support custom filename output * Update command.rs * Create frame-weight-template.hbs * use a vector to maintain benchmark order * fix tests * Custom string serializer, remove feature flag * update docs * docs on public objects * small fix Co-authored-by: Ezadkiel Marbella <zadkiel.m@gmail.com>
This commit is contained in:
@@ -26,6 +26,8 @@ sp-state-machine = { version = "0.8.0", path = "../../../primitives/state-machin
|
||||
structopt = "0.3.8"
|
||||
codec = { version = "1.3.1", package = "parity-scale-codec" }
|
||||
chrono = "0.4"
|
||||
serde = "1.0.116"
|
||||
handlebars = "3.5.0"
|
||||
|
||||
[features]
|
||||
default = ["db"]
|
||||
|
||||
Reference in New Issue
Block a user