Skip to content

Commit 3a952dc

Browse files
committed
apply copilot feedback
1 parent c876bce commit 3a952dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parachains/customize-runtime/pallet-development/benchmark-pallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ To execute benchmarks, your pallet must be integrated into the runtime's benchma
241241

242242
When you build the runtime with `--features runtime-benchmarks`, this configuration ensures all necessary benchmarking code across all pallets (including yours) is included.
243243

244-
2. **Update runtime configuration**: Run development benchmarks with the placeholder implementation and use the resulting weights file to update benchmark weights as follows:
244+
2. **Update runtime configuration**: Using the the placeholder implementation, run development benchmarks as follows:
245245

246246
```rust title="runtime/src/configs/mod.rs"
247247
impl pallet_custom::Config for Runtime {

0 commit comments

Comments
 (0)