Skip to main content

optimization.run_cpu_benchmark

Overview

  • Run a hardware benchmark and return the CPU-recommended simulation preset without changing settings. Pass apply=true to apply the recommended preset (analogous to simulation.optimize but forces a fresh benchmark).

Metadata

FieldValue
DisplayRun CPU Benchmark
Categoryoptimization
AccessScriptCheat
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
applyboolnoApply the recommended simulation preset (default: false)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('optimization.run_cpu_benchmark', {
apply: false, // optional
});