Skip to main content

execute

Function execute 

Source
pub async fn execute(
    args: &BenchArgs,
    ctx: &OutputContext,
) -> Result<CommandResult<BenchReport>, CliError>
Expand description

Execute the torvyn bench command.

COLD PATH (setup), delegates to runtime.

§Postconditions

  • Returns BenchReport with full metrics.
  • Saves report to .torvyn/bench/ with ISO 8601 timestamp filename.

§Errors

  • Same as torvyn run.