followup #10594: re-benchmark pallet-lottery (#10637)

* pallet-preimage: fix crate doc

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* cargo run --quiet --release --features=runtime-benchmarks --manifest-path=bin/node/cli/Cargo.toml -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=pallet_lottery --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/lottery/src/weights.rs --template=./.maintain/frame-weight-template.hbs

Co-authored-by: Parity Bot <admin@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2022-01-11 19:13:06 +01:00
committed by GitHub
parent b630f1b0e6
commit 1f28f72790
2 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
//! ## Overview
//!
//! The Preimage pallet allows for the users and the runtime to store the preimage
//! of a hash on chain. This can be used by other pallets where storing and managing
//! of a hash on chain. This can be used by other pallets for storing and managing
//! large byte-blobs.
#![cfg_attr(not(feature = "std"), no_std)]