087release update (#10651)

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

* [BRING BACK TO MASTER] Update result and fix sanity check bugs.
This commit is contained in:
SangBin Cho
2020-09-08 15:45:06 -07:00
committed by GitHub
parent 87c4f36f02
commit 30fff71d96
17 changed files with 137 additions and 32 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)