Enum BenchmarkExecutionStatus
Represents the execution outcome for a benchmark suite run.
public enum BenchmarkExecutionStatus
Fields
Failed = 1The benchmark suite failed to complete.
Skipped = 2The benchmark suite was skipped due to configuration or environment constraints.
Succeeded = 0The benchmark suite completed successfully.