Skip to content

Commit

Permalink
update weight file template (paritytech#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Aug 8, 2023
1 parent af7ae72 commit 2c2995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/templates/xcm-bench-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: `{{cmd.repeat}}`, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
//! WORST CASE MAP SIZE: `{{cmd.worst_case_map_values}}`
//! HOSTNAME: `{{hostname}}`, CPU: `{{cpuname}}`
//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
//! WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}

// Executed Command:
{{#each args as |arg|}}
Expand Down

0 comments on commit 2c2995d

Please sign in to comment.