[BRING BACK TO MASTER] Release test result for microbenchmark.

This commit is contained in:
SangBin Cho
2020-08-07 10:44:04 -07:00
parent beed3dd772
commit 0c3249ef3e
10 changed files with 46 additions and 25 deletions
-1
View File
@@ -44,7 +44,6 @@ def main():
task_type = get_task_type(line)
task_performance = get_task_performance(line)
task_standard_deviation = get_task_std(line)
task_info[task_type].append(task_performance)
task_std_info[task_type].append(task_standard_deviation)