π§ͺ Benchmarking a Server for Substrate/Polkadot
Automatic Installation
Manual Installation
Installing Rust and Dependencies
Install the benchmarking tool
Check that the installed version is available
Clone Polkadot SDK
Run build with the feature flag included
Locate the generated .wasm
.wasm
Download the frame-weight template
Run the benchmarking tool to measure extrinsic weights
Result
Benchmark results will be saved in weights.rs
This file contains execution weights for the pallet's extrinsics, useful for evaluating node performance or preparing validator applications.
Run hardware benchmark
To benchmark server hardware performance:
This command evaluates system performance and prints results in the console.
Previousπ§ Installing a Polkadot Node Using KagomeNextπ Monitoring Polkadot Nodes with Prometheus and Alertmanager
Last updated