Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions python/cuvs_bench/cuvs_bench/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
)

from .cpp_gbench import CppGoogleBenchmarkBackend
from .opensearch import OpenSearchBackend

# Auto-register built-in backends
_registry = get_registry()
_registry.register("cpp_gbench", CppGoogleBenchmarkBackend)
_registry.register("opensearch", OpenSearchBackend)

__all__ = [
# Base classes and data structures
Expand All @@ -43,4 +45,5 @@
"get_backend",
# Built-in backends
"CppGoogleBenchmarkBackend",
"OpenSearchBackend",
]
Loading
Loading