"profiler/vscode:/vscode.git/clone" did not exist on "127bf7f465438a13da916992c4c06e5701cf06e5"
Commit e97019c0 authored by lintangsutawika's avatar lintangsutawika
Browse files

removed comments

parent 00859825
......@@ -475,9 +475,7 @@ def evaluate(
metrics = results[task]
current_size = metrics.pop("samples")
# if "size" in metrics:
# current_size = metrics.pop("size")
# else:
# if (group in task_order) and task_order[group] == 0:
# current_size = 1
for metric in [key for key in metrics.keys() if "_stderr" not in key]:
......
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