raft icon indicating copy to clipboard operation
raft copied to clipboard

[FEA] `raft-ann-bench` the Python library should expose all of the CLI options in the underlying C++ binary

Open fy opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

When using the Python library, it is not possible to override some CLI options in the underlying C++ binaries. For example, --benchmark_min_warmup_time may be a useful option for the end users.

Describe the solution you'd like

The Python library transparently pass through CLI options while it continues to provide helpful defaults as we do currently. This should also help reduce maintenance efforts.

fy avatar Feb 02 '24 21:02 fy