Skip to content

Commit

Permalink
#0: increase the expected compile time for yolov4
Browse files Browse the repository at this point in the history
  • Loading branch information
dvartaniansTT committed Dec 12, 2024
1 parent 8630059 commit b6c3a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/yolov4/tests/test_perf_yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


def get_expected_times():
return (40, 16.2)
return (400, 16.2)


@pytest.mark.models_performance_bare_metal
Expand Down

0 comments on commit b6c3a66

Please sign in to comment.