Skip to content

Commit

Permalink
vsb.py: New entrypoint for benchmarking
Browse files Browse the repository at this point in the history
Create vsb.py which is the main program to run vector search
benchmarks using the locust framework. Uses locust as a library,
allowins us more control over how it runs and with a much simpler set
of arguments, which at present consist of:

options:
  -h, --help            show this help message and exit
  --database {pinecone,pgvector}
                        The vector search database to test
  --workload {mnist,mnist-test}
                        The workload to run
  --clients CLIENTS     Number of clients concurrently accessing the database
  --api_key API_KEY
  --index_name INDEX_NAME
  • Loading branch information
daverigby committed Apr 29, 2024
1 parent 2a0a8c9 commit a35fa6b
Show file tree
Hide file tree
Showing 29 changed files with 528 additions and 31,042 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

325 changes: 42 additions & 283 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit a35fa6b

Please sign in to comment.