Skip to content

Commit

Permalink
#8112: Update resnet test expected compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed May 31, 2024
1 parent 468b8b7 commit 539ccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/resnet/tests/test_perf_accuracy_resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def run_perf_resnet(
@pytest.mark.models_performance_bare_metal
@pytest.mark.parametrize(
"batch_size, expected_inference_time, expected_compile_time, iterations",
((16, 0.015, 14.3, 160), (20, 0.014, 14.3, 160)),
((16, 0.015, 14.5, 160), (20, 0.014, 14.5, 160)),
)
def test_perf_bare_metal(
device,
Expand Down

0 comments on commit 539ccba

Please sign in to comment.