Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzygitzh committed Dec 14, 2023
1 parent b9edcca commit c50be8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmarks/micro_benchmarks/test_dist_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ def _test_dist_inference_result_parsing(self, platform, test_raw_output):
assert (benchmark.result['step_times'] == [1.9052048])
assert (benchmark.result['step_times_50'] == [1.851])
assert (benchmark.result['step_times_90'] == [1.89637])
assert (benchmark.result['step_times_95'] == [2.2213])
assert (benchmark.result['step_times_99'] == [4.4198])
assert (benchmark.result['step_times_95'] == [2.12037])
assert (benchmark.result['step_times_99'] == [2.67155])
assert (benchmark.result['step_times_99.9'] == [4.4198])

# Negative case - invalid raw output.
Expand Down

0 comments on commit c50be8e

Please sign in to comment.