Class BenchmarkSuiteDescriptor
- Namespace
- AiDotNet.Benchmarking.Models
- Assembly
- AiDotNet.dll
Describes a benchmark suite and how it is categorized within AiDotNet.
public sealed class BenchmarkSuiteDescriptor
- Inheritance
-
BenchmarkSuiteDescriptor
- Inherited Members
Properties
Description
Gets a short description of what this suite measures.
public string Description { get; }
Property Value
DisplayName
Gets a stable display name for this suite.
public string DisplayName { get; }
Property Value
Kind
Gets the benchmark suite kind/category.
public BenchmarkSuiteKind Kind { get; }
Property Value
Suite
Gets the benchmark suite identifier.
public BenchmarkSuite Suite { get; }