Skip to content

Commit e2feab0

Browse files
committed
Remove debug prints
1 parent d04e6b9 commit e2feab0

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ def self_contained_coordinator_blocking_read(
364364
get_runners_consumer_group_name(platform_name), consumer_name
365365
)
366366
)
367-
logging.info(f"Marcin Debug githubevent_conn {github_event_conn}")
368367
newTestInfo = github_event_conn.xreadgroup(
369368
get_runners_consumer_group_name(platform_name),
370369
consumer_name,
@@ -828,7 +827,6 @@ def process_self_contained_coordinator_stream(
828827
)
829828
)
830829
if restore_build_artifacts:
831-
print(f"Marcin debug1: Restoring build artifacts")
832830
restore_build_artifacts_from_test_details(
833831
build_artifacts,
834832
github_event_conn,
@@ -1173,13 +1171,9 @@ def process_self_contained_coordinator_stream(
11731171
):
11741172
datapoint_time_ms = git_timestamp_ms
11751173
if "vector_db_benchmark" in benchmark_tool:
1176-
print(
1177-
f"Debug: Post-processing vector-db-benchmark results"
1178-
)
11791174
results_dict = post_process_vector_db(
11801175
temporary_dir_client
11811176
)
1182-
print(f"Debug: results: {results_dict}")
11831177
else:
11841178
post_process_benchmark_results(
11851179
benchmark_tool,

redis_benchmarks_specification/test-suites/vector_db_benchmark_test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,23 @@ build-variants:
2121
clientconfig:
2222
run_image: vector-db-benchmark:test
2323
tool: vector_db_benchmark
24-
dataset: glove-100-angular
24+
datasets: laion-img-emb-512-1M-cosine
2525
engine: redis-hnsw-m-16-ef-128
2626
#arguments: '"--data-size" "100" --command "LPUSH __key__ __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
2727
resources:
2828
requests:
2929
cpus: '4'
3030
memory: 2g
3131

32+
exporter:
33+
redistimeseries:
34+
break_by:
35+
- version
36+
- commit
37+
metrics:
38+
- upload_time
39+
- total_time
40+
- rps
41+
- precision
42+
3243
priority: 38

0 commit comments

Comments
 (0)