Skip to content

Commit d8e1ff3

Browse files
committed
test: Reduce HTTP API benchmark operations to 100
- Changed num_operations from 1000 to 100 for faster test execution - Makes CI runs faster while maintaining test validity
1 parent cf76efc commit d8e1ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/tests/test_server_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def test_http_api_access_pattern(cleanup_test_dirs):
574574
db = server.get_database("httpdb")
575575

576576
# Benchmark parameters
577-
num_operations = 1000 # Reduced from 1000 for more realistic mixed operations
577+
num_operations = 100 # Reduced from 1000 for more realistic mixed operations
578578
import random
579579

580580
# --- HTTP API Full CRUD Benchmark ---

0 commit comments

Comments
 (0)