File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
redis_benchmarks_specification
__self_contained_coordinator__ Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ def self_contained_coordinator_blocking_read(
364
364
get_runners_consumer_group_name (platform_name ), consumer_name
365
365
)
366
366
)
367
- logging .info (f"Marcin Debug githubevent_conn { github_event_conn } " )
368
367
newTestInfo = github_event_conn .xreadgroup (
369
368
get_runners_consumer_group_name (platform_name ),
370
369
consumer_name ,
@@ -828,7 +827,6 @@ def process_self_contained_coordinator_stream(
828
827
)
829
828
)
830
829
if restore_build_artifacts :
831
- print (f"Marcin debug1: Restoring build artifacts" )
832
830
restore_build_artifacts_from_test_details (
833
831
build_artifacts ,
834
832
github_event_conn ,
@@ -1173,13 +1171,9 @@ def process_self_contained_coordinator_stream(
1173
1171
):
1174
1172
datapoint_time_ms = git_timestamp_ms
1175
1173
if "vector_db_benchmark" in benchmark_tool :
1176
- print (
1177
- f"Debug: Post-processing vector-db-benchmark results"
1178
- )
1179
1174
results_dict = post_process_vector_db (
1180
1175
temporary_dir_client
1181
1176
)
1182
- print (f"Debug: results: { results_dict } " )
1183
1177
else :
1184
1178
post_process_benchmark_results (
1185
1179
benchmark_tool ,
Original file line number Diff line number Diff line change @@ -21,12 +21,23 @@ build-variants:
21
21
clientconfig :
22
22
run_image : vector-db-benchmark:test
23
23
tool : vector_db_benchmark
24
- dataset : glove-100-angular
24
+ datasets : laion-img-emb-512-1M-cosine
25
25
engine : redis-hnsw-m-16-ef-128
26
26
# 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'
27
27
resources :
28
28
requests :
29
29
cpus : ' 4'
30
30
memory : 2g
31
31
32
+ exporter :
33
+ redistimeseries :
34
+ break_by :
35
+ - version
36
+ - commit
37
+ metrics :
38
+ - upload_time
39
+ - total_time
40
+ - rps
41
+ - precision
42
+
32
43
priority : 38
You can’t perform that action at this time.
0 commit comments