diff --git a/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py b/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py index 38c6c57d4fc..90c419633ee 100644 --- a/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py +++ b/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py @@ -359,6 +359,7 @@ class TestBatchAPIPerformance: assert expected_answer in content or str(i * 2) in content # Log processing time for analysis @pytest.mark.scheduled + def test_batch_vs_sequential_comparison(self): """Compare batch API performance vs sequential processing.""" messages = [