The metric for a given property.

interface TaskBenchmarkMetric {
    name?: string;
    value?: number;
}

Properties

Properties

name?: string

The name of the metric.

value?: number

The mean value calculated over all records in the dataset.