Skip to content

Commit

Permalink
Updating LatencyOverall unit to be ms (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupesko authored and jesterhazy committed Jan 28, 2018
1 parent d6e954e commit 88615d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms/metrics_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def start(metrics_write_to, models, mutex):
write_to=metrics_write_to)
MetricsManager.metrics[model_name + '_LatencyOverall'] = Metric('LatencyOverall', mutex,
model_name=model_name,
unit=MetricUnit['MB'],
unit=MetricUnit['ms'],
aggregate_method='interval_average',
write_to=metrics_write_to)
MetricsManager.metrics[model_name + '_LatencyInference'] = Metric('LatencyInference', mutex,
Expand Down

0 comments on commit 88615d3

Please sign in to comment.