Searched refs:meanMetricName (Results 1 – 2 of 2) sorted by relevance
127 String meanMetricName = String.format("%s-%s", inodeopVersion, "exec_time_avg_ms"); in reportInodeopMetrics() local129 metrics.put(meanMetricName, String.format("%.4f", executionTimeStats.mean())); in reportInodeopMetrics()
164 String meanMetricName = String.format("%s-%s", ddVersion, "bandwidth_avg_MiB_s"); in reportDDMetrics() local166 metrics.put(meanMetricName, String.format("%.4f", bandwidthStats.mean())); in reportDDMetrics()