pub struct MachineCmd {
pub base_path: Option<String>,
pub full: bool,
pub allow_fail: bool,
pub tolerance: f64,
pub verify_duration: f32,
pub hash_duration: f32,
pub memory_duration: f32,
pub disk_duration: f32,
}Expand description
Command to benchmark the hardware.
Runs multiple benchmarks and prints their output to console. Can be used to gauge if the hardware is fast enough to keep up with a chain’s requirements. This command must be integrated by the client since the client can set compiler flags which influence the results.
You can use the --base-path flag to set a location for the disk benchmarks.
Fields§
§base_path: Option<String>Path to database.
full: boolRun full benchmarks instead of quick hardware check.
allow_fail: boolDo not return an error if any check fails.
Should only be used for debugging.
tolerance: f64Set a fault tolerance for passing a requirement.
10% means that the test would pass even when only 90% score was archived. Can be used to mitigate outliers of the benchmarks.
verify_duration: f32Time limit for the verification benchmark.
hash_duration: f32Time limit for the hash function benchmark.
memory_duration: f32Time limit for the memory benchmark.
disk_duration: f32Time limit for each disk benchmark.
Implementations§
Source§impl MachineCmd
impl MachineCmd
Sourcepub fn run_benchmark(
&self,
requirement: &Requirement,
dir: &Path,
) -> Result<BenchResult>
pub fn run_benchmark( &self, requirement: &Requirement, dir: &Path, ) -> Result<BenchResult>
Benchmarks a specific metric of the hardware and judges the resulting score.
pub fn print_full_table(&self, dir: &Path) -> Result<()>
Sourcepub fn print_summary(
&self,
requirements: Requirements,
results: Vec<BenchResult>,
) -> Result<()>
pub fn print_summary( &self, requirements: Requirements, results: Vec<BenchResult>, ) -> Result<()>
Prints a human-readable summary.
Sourcepub fn validate_args(&self) -> Result<()>
pub fn validate_args(&self) -> Result<()>
Validates the CLI arguments.
Trait Implementations§
Source§impl Args for MachineCmd
impl Args for MachineCmd
Source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
Source§fn augment_args_for_update<'b>(__clap_app: Command) -> Command
fn augment_args_for_update<'b>(__clap_app: Command) -> Command
Command so it can instantiate self via
FromArgMatches::update_from_arg_matches_mut Read moreSource§impl CommandFactory for MachineCmd
impl CommandFactory for MachineCmd
Source§impl Debug for MachineCmd
impl Debug for MachineCmd
Source§impl FromArgMatches for MachineCmd
impl FromArgMatches for MachineCmd
Source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
Source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
Source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
ArgMatches to self.Source§fn update_from_arg_matches_mut(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
ArgMatches to self.Source§impl Parser for MachineCmd
impl Parser for MachineCmd
Source§fn parse_from<I, T>(itr: I) -> Self
fn parse_from<I, T>(itr: I) -> Self
Source§fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
Source§fn update_from<I, T>(&mut self, itr: I)
fn update_from<I, T>(&mut self, itr: I)
Auto Trait Implementations§
impl Freeze for MachineCmd
impl RefUnwindSafe for MachineCmd
impl Send for MachineCmd
impl Sync for MachineCmd
impl Unpin for MachineCmd
impl UnwindSafe for MachineCmd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CheckedConversion for T
impl<T> CheckedConversion for T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
impl<Src, Dest> IntoTuple<Dest> for Srcwhere
Dest: FromTuple<Src>,
fn into_tuple(self) -> Dest
Source§impl<T, Outer> IsWrappedBy<Outer> for T
impl<T, Outer> IsWrappedBy<Outer> for T
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
Source§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
Source§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
T. Read moreSource§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
Source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
unchecked_from.Source§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
Source§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
T.