-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lasq: Add cases for lasq in ann-benchmark
- Loading branch information
1 parent
cf84fe7
commit 9176c4f
Showing
5 changed files
with
86 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule multi-tenancy-load-test
updated
18 files
+4 −0 | README.md | |
+36 −0 | concurrency-diagnostics/go.mod | |
+202 −0 | concurrency-diagnostics/go.sum | |
+269 −0 | concurrency-diagnostics/run.go | |
+1 −1 | config.env | |
+1 −1 | create_cluster.sh | |
+0 −2 | importer/Dockerfile | |
+3 −0 | importer/manifests/import-job.yaml | |
+3 −0 | importer/manifests/querying-deployment.yaml | |
+3 −0 | importer/manifests/reset-schema-pod.yaml | |
+9 −5 | importer/query.sh | |
+21 −31 | importer/querying.py | |
+1 −0 | importer/requirements.txt | |
+24 −42 | importer/reset_schema.py | |
+5 −31 | importer/schema_corruption_checker.py | |
+31 −41 | importer/tenants_and_data.py | |
+1 −1 | weaviate/deploy.sh | |
+20 −2 | weaviate/values.yaml |