We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2361916 commit ca8e553Copy full SHA for ca8e553
tests/unit/executor/test_profile_generator.py
@@ -144,7 +144,7 @@ def test_pending_rates():
144
benchmarks = [mock_benchmark, mock_overloaded_benchmark]
145
mock_report.benchmarks = benchmarks
146
profile = test_profile_generator.next(mock_report)
147
- assert profile is not None
148
for expected_rate in numpy.linspace(2.0, 8.0, 10):
149
+ assert profile is not None
150
assert profile.load_gen_rate == expected_rate
0 commit comments