Skip to main content

Module scenario

Module scenario 

Source
Expand description

The first-class Scenario type.

A scenario is not merely a test — it is a reproducible compute benchmark with an expected outcome, a budget policy, and metadata used for fingerprinting.

Structs§

Scenario
A reproducible compute benchmark.

Enums§

Criticality
How important a scenario is. Drives diagnostic severity and --strict gating.
ExpectedResult
What a scenario is expected to do. Failure paths are first-class: a failing instruction that burns CU is relevant for both performance and security.