mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
adding e2e test yamls
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
scenarios:
|
||||
default:
|
||||
delete: run driver=pinecone tags==blocks:delete cycles=1
|
||||
|
||||
blocks:
|
||||
delete:
|
||||
ops:
|
||||
op1:
|
||||
delete: "test-index"
|
||||
namespace: "example_namespace"
|
||||
ids: "item_0,item_6"
|
||||
deleteall: false
|
||||
@@ -1,19 +0,0 @@
|
||||
bindings:
|
||||
vector: Need function to generate a list of float values here
|
||||
comparator: Uniform(1,1000) -> int
|
||||
|
||||
blocks:
|
||||
query:
|
||||
ops:
|
||||
query-op1:
|
||||
query: "test-index"
|
||||
vector: {vector}
|
||||
namespace: "test-namespace"
|
||||
top_k: 10
|
||||
filters:
|
||||
- filter_field: "value"
|
||||
operator: "$lt"
|
||||
comparator: {comparator}
|
||||
include_values: true
|
||||
include_metadata: true
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
scenarios:
|
||||
default:
|
||||
fetch: run driver=pinecone tags==blocks:fetch cycles=1
|
||||
|
||||
blocks:
|
||||
fetch:
|
||||
ops:
|
||||
op1:
|
||||
fetch: "test-index"
|
||||
namespace: "example_namespace"
|
||||
ids: "item_2,item_3,item_4"
|
||||
Reference in New Issue
Block a user