[FEA] `raft-ann-bench.run` should distinguish the output from different search modes
Nobody has claimed this yet.
- Dominant language
- Cuda
- Stars
- 1k
- Forks
- 251
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 31
Description
Is your feature request related to a problem? Please describe.
Currently raft-ann-bench.run does not distinguish the output from different search modes (latency or throughtput). As a result, the result file may be overwritten when we run raft-ann-bench.run in different search mods.
Describe the solution you'd like
Encode the search mode in the file name. E.g. hnswlib,base,k10,bs1,latency.json.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the raft-ann-bench.run entry point and trace how its output filename is assembled for latency and throughput modes. Run both search modes to confirm the current collision, then verify that each mode produces a distinct filename such as the proposed latency-suffixed form.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100