Searched refs:stdevMetricName (Results 1 – 2 of 2) sorted by relevance
128 String stdevMetricName = String.format("%s-%s", inodeopVersion, "exec_time_stdev_ms"); in reportInodeopMetrics() local130 metrics.put(stdevMetricName, String.format("%.4f", executionTimeStats.stdev())); in reportInodeopMetrics()
165 String stdevMetricName = String.format("%s-%s", ddVersion, "bandwidth_stdev_MiB_s"); in reportDDMetrics() local167 metrics.put(stdevMetricName, String.format("%.4f", bandwidthStats.stdev())); in reportDDMetrics()