Skip to content

Commit

Permalink
update targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle Josipovic committed Dec 15, 2024
1 parent a4e579d commit 86451e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/demos/yolov4/tests/test_perf_yolo.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@


def get_expected_compile_time_sec():
return 26
return 54.5


def get_expected_inference_time_sec():
return 0.23
return 0.21


@pytest.mark.models_performance_bare_metal
Expand Down

0 comments on commit 86451e7

Please sign in to comment.