Skip to content

Commit 84fb3fc

Browse files
authored
Change default replicas to 4 (#93)
1 parent cf101e7 commit 84fb3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarker/cmd/ann_benchmark.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ func initAnnBenchmark() {
11711171
annBenchmarkCommand.PersistentFlags().IntVar(&globalConfig.MinPostingSize,
11721172
"minPostingSize", 10, "Min posting size for HFresh index (default 10)")
11731173
annBenchmarkCommand.PersistentFlags().IntVar(&globalConfig.Replicas,
1174-
"replicas", 8, "Number of replicas for HFresh index (default 8)")
1174+
"replicas", 4, "Number of replicas for HFresh index (default 4)")
11751175
annBenchmarkCommand.PersistentFlags().Float64Var(&globalConfig.RngFactor,
11761176
"rngFactor", 10.0, "RNG factor for HFresh index (default 10.0)")
11771177
}

0 commit comments

Comments
 (0)