Class BenchmarkDefinition
- Namespace
- DotCompute.Runtime.Services.Performance.Results
- Assembly
- DotCompute.Runtime.dll
Defines a benchmark configuration. Specifies the parameters and settings for a performance benchmark.
public class BenchmarkDefinition
- Inheritance
-
BenchmarkDefinition
- Inherited Members
Properties
Description
Gets the benchmark description. Detailed explanation of what this benchmark measures.
public required string Description { get; init; }
Property Value
Name
Gets the benchmark name. Unique identifier for this benchmark configuration.
public required string Name { get; init; }
Property Value
Parameters
Gets the benchmark parameters. Configuration settings and input parameters for the benchmark.
public Dictionary<string, object> Parameters { get; init; }