File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def aggregate_helper(objects: List[Any]) -> Any:
80
80
def build_aggregated_results (self ):
81
81
test_exe = self .test_store .find_by_test_execution_id (list (self .test_executions .keys ())[0 ])
82
82
aggregated_results = {
83
- "op-metrics " : [],
83
+ "op_metrics " : [],
84
84
"correctness_metrics" : self .aggregate_json_by_key ("correctness_metrics" ),
85
85
"total_time" : self .aggregate_json_by_key ("total_time" ),
86
86
"total_time_per_shard" : self .aggregate_json_by_key ("total_time_per_shard" ),
@@ -131,7 +131,7 @@ def build_aggregated_results(self):
131
131
"error_rate" : aggregated_task_metrics ["error_rate" ],
132
132
"duration" : aggregated_task_metrics ["duration" ]
133
133
}
134
- aggregated_results ["op-metrics " ].append (op_metric )
134
+ aggregated_results ["op_metrics " ].append (op_metric )
135
135
136
136
# extract the necessary data from the first test execution, since the configurations should be identical for all test executions
137
137
current_timestamp = self .config .opts ("system" , "time.start" )
You can’t perform that action at this time.
0 commit comments