Table of Contents

Class BenchmarkMetric

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

A class that represents benchmark metric.

public sealed record BenchmarkMetric : IEquatable<BenchmarkMetric>
Inheritance
BenchmarkMetric
Implements
Inherited Members

Properties

Details

Gets or sets the details.

public required string Details { get; init; }

Property Value

string

The details.

LatencyMicroseconds

Gets or sets the latency microseconds.

public required double LatencyMicroseconds { get; init; }

Property Value

double

The latency microseconds.

Name

Gets or sets the name.

public required string Name { get; init; }

Property Value

string

The name.

Score

Gets or sets the score.

public required double Score { get; init; }

Property Value

double

The score.

ThroughputOpsPerSecond

Gets or sets the throughput ops per second.

public required double ThroughputOpsPerSecond { get; init; }

Property Value

double

The throughput ops per second.