Skip to content

Commit 286918b

Browse files
committed
Del panelty
1 parent 99d0dcf commit 286918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph_net/torch/test_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def test_single_model(args):
276276
e2e_speedup = 0
277277
gpu_speedup = 0
278278
if failure:
279-
result_data["performance"]["fail"] = "True"
279+
result_data["performance"]["failure"] = "True"
280280
print(
281281
f"{args.log_prompt} [Fail due to compile error or datatype do not match.",
282282
file=sys.stderr,

0 commit comments

Comments
 (0)