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 4dd66cf commit ebf9fe9Copy full SHA for ebf9fe9
tests/test_performance.py
@@ -103,7 +103,7 @@ def complex_function():
103
assert len(prompt) > 0
104
assert large_code_snippet in prompt
105
# Even with large content, should complete in reasonable time
106
- assert execution_time < 0.5, f"Large variable substitution took {execution_time:.2f}s (too slow)"
+ assert execution_time < 0.7, f"Large variable substitution took {execution_time:.2f}s (too slow)"
107
108
def test_concurrent_prompt_rendering(self):
109
"""Test performance with concurrent prompt rendering."""
0 commit comments