Skip to content

Commit d9195e6

Browse files
wip
1 parent 6a276ae commit d9195e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/test_async_scheduler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ def test_performance(
121121
'''
122122
Test that async scheduler decoding provides significant performance improvement.
123123
Compares timing between reference LLM and async LLM using Qwen2.5-1.5B.
124-
Expects async_llm to be at least 1.25x faster than ref_llm.
124+
Expects async_llm to be at least 1.3x faster than ref_llm.
125125
'''
126-
min_speed_up = 1.25
126+
min_speed_up = 1.3
127127
_test_performance_helper(monkeypatch, sampling_config, model_name,
128128
min_speed_up)
129129

0 commit comments

Comments
 (0)