Table of Contents

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

string

DisplayName

Gets a stable display name for this suite.

public string DisplayName { get; }

Property Value

string

Kind

Gets the benchmark suite kind/category.

public BenchmarkSuiteKind Kind { get; }

Property Value

BenchmarkSuiteKind

Suite

Gets the benchmark suite identifier.

public BenchmarkSuite Suite { get; }

Property Value

BenchmarkSuite