Table of Contents

Class BenchmarkMetricValue

Namespace
AiDotNet.Benchmarking.Models
Assembly
AiDotNet.dll

Represents a single metric value in a benchmark report.

public sealed class BenchmarkMetricValue
Inheritance
BenchmarkMetricValue
Inherited Members

Properties

Metric

Gets the metric identifier.

public BenchmarkMetric Metric { get; }

Property Value

BenchmarkMetric

Value

Gets the metric value.

public double Value { get; }

Property Value

double