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 24ac9b5 commit cf9282dCopy full SHA for cf9282d
tests/unittest/scaffolding/test_bench.py
@@ -52,6 +52,8 @@ def test_scaffolding_benchmark():
52
async_scaffolding_benchmark(scaffolding_llm, task_collection_types,
53
requests, concurrency))
54
55
+ scaffolding_llm.shutdown()
56
+
57
assert len(results) == requests_num
58
assert len(requests_execution_time) == requests_num
59
assert results[0].output.output_str == OUTPUT_STR
0 commit comments