Skip to content

Commit 75e4d27

Browse files
committed
test: test_embedding_performance
1 parent ca4390a commit 75e4d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/load_tests/test_vertex_embeddings_load_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def analyze_results(vertex_times):
9999
median_vertex = median(vertex_times)
100100
print(f"Vertex AI median response time: {median_vertex:.4f} seconds")
101101

102-
if median_vertex > 0.5:
102+
if median_vertex > 3:
103103
pytest.fail(
104104
f"Vertex AI median response time is greater than 500ms: {median_vertex:.4f} seconds"
105105
)

0 commit comments

Comments
 (0)