mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
Warn validators with slow hardware (#12620)
* move Metric * run hardware bench if validiator flag is being used * fix rustdoc & update node-template * fix * unused improt * warn * move Requirement * bench_result * ensure_requirements * make the code compile * check if authority * Update client/sysinfo/src/sysinfo.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * nit fixes * warning signs * Update client/sysinfo/src/sysinfo.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -29,7 +29,8 @@ mod sysinfo_linux;
|
||||
pub use sysinfo::{
|
||||
benchmark_cpu, benchmark_disk_random_writes, benchmark_disk_sequential_writes,
|
||||
benchmark_memory, benchmark_sr25519_verify, gather_hwbench, gather_sysinfo,
|
||||
serialize_throughput, serialize_throughput_option, Throughput,
|
||||
serialize_throughput, serialize_throughput_option, Metric, Requirement, Requirements,
|
||||
Throughput,
|
||||
};
|
||||
|
||||
/// The operating system part of the current target triplet.
|
||||
|
||||
Reference in New Issue
Block a user