Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed Jul 28, 2016
1 parent 78df5dc commit 7320eb5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
convertAvg(data, "errorPercentage", true);
convertAvg(data, "latencyExecute_mean", false);
convertAvg(data, "latencyTotal_mean", false);

// the following will break when it becomes a compound string if the property is dynamically changed
convertAvg(data, "propertyValue_metricsRollingStatisticalWindowInMilliseconds", false);
}

function convertAvg(data, key, decimal) {
Expand Down

0 comments on commit 7320eb5

Please sign in to comment.