Skip to content

Commit 2792ac6

Browse files
committed
added index build time to metrics comparison
1 parent 6b44e27 commit 2792ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compare_benchmark_iterations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# Define metrics where higher values are better and lower values are better
3737
HIGHER_IS_BETTER = ["QPS", "Recall@10"]
38-
LOWER_IS_BETTER = ["Mean Latency"]
38+
LOWER_IS_BETTER = ["Mean Latency", "Index Build Time"]
3939

4040

4141
class BenchmarkData:

visualize_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Define metrics where higher values are better and lower values are better
3131

3232
HIGHER_IS_BETTER = ["QPS", "Recall@10"]
33-
LOWER_IS_BETTER = ["Mean Latency"]
33+
LOWER_IS_BETTER = ["Mean Latency", "Index Build Time"]
3434

3535

3636
class BenchmarkData:

0 commit comments

Comments
 (0)