Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
Signed-off-by: jinjiabao.jjb <[email protected]>
  • Loading branch information
jinjiabao.jjb committed Jan 13, 2025
1 parent 2fdc533 commit 4e4ab1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MergeTestIndex : public fixtures::TestIndex {
};

TestDatasetPool MergeTestIndex::pool{};
std::vector<int> MergeTestIndex::dims = fixtures::get_common_used_dims(2, RandomValue(0, 999));
std::vector<int> MergeTestIndex::dims{128, 256};
std::string
MergeTestIndex::GenerateHnswBuildParametersString(const std::string& metric_type, int64_t dim) {
constexpr auto parameter_temp = R"(
Expand All @@ -56,7 +56,7 @@ MergeTestIndex::GenerateHnswBuildParametersString(const std::string& metric_type
"metric_type": "{}",
"dim": {},
"hnsw": {{
"max_degree": 16,
"max_degree": 32,
"ef_construction": 100
}}
}}
Expand Down

0 comments on commit 4e4ab1c

Please sign in to comment.