"git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "f38a9829d048d47012dd7aa679ea479ba3edd3c1"
Unverified Commit 7bd41649 authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

rename metric name of sharding-matmul (#48)


Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
parent 020cefbd
......@@ -229,7 +229,7 @@ def _benchmark(self):
logger.error('Unknown sharding mode - benchmark: {}, mode: {}.'.format(self._name, mode))
return False
metric = 'matmul_sharding_{}'.format(mode)
metric = '{}'.format(mode)
if not self._process_numeric_result(metric, elapse_times):
return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment