Skip to content

Commit

Permalink
Merge branch 'fea-2312-benchmarks_throughput_mode' of github.com:cjno…
Browse files Browse the repository at this point in the history
…let/raft into fea-2312-benchmarks_throughput_mode
  • Loading branch information
cjnolet committed Oct 27, 2023
2 parents b813d19 + 92f1403 commit 94037eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/bench/ann/src/common/ann_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace raft::bench::ann {

enum Objective {
THROUGHPUT, // See how many vectors we can push through
LATENCY // See how many
LATENCY // See how fast we can push a vector through
};

enum class MemoryType {
Expand Down

0 comments on commit 94037eb

Please sign in to comment.