Table of Contents

Enum BenchmarkExecutionStatus

Namespace
AiDotNet.Enums
Assembly
AiDotNet.dll

Represents the execution outcome for a benchmark suite run.

public enum BenchmarkExecutionStatus

Fields

Failed = 1

The benchmark suite failed to complete.

Skipped = 2

The benchmark suite was skipped due to configuration or environment constraints.

Succeeded = 0

The benchmark suite completed successfully.