Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a6a0c70

Browse files
authored
update weight file template (#2982)
1 parent d7f767f commit a6a0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/xcm-bench-template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: `{{cmd.repeat}}`, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
66
//! WORST CASE MAP SIZE: `{{cmd.worst_case_map_values}}`
77
//! HOSTNAME: `{{hostname}}`, CPU: `{{cpuname}}`
8-
//! EXECUTION: {{cmd.execution}}, WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
8+
//! WASM-EXECUTION: {{cmd.wasm_execution}}, CHAIN: {{cmd.chain}}, DB CACHE: {{cmd.db_cache}}
99

1010
// Executed Command:
1111
{{#each args as |arg|}}

0 commit comments

Comments
 (0)