Skip to content

Commit

Permalink
more example yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWolters committed May 10, 2024
1 parent 8b332fb commit 6799c19
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
@@ -0,0 +1,17 @@
scenarios:
default:
insert_many: run driver=dataapi tags==blocks:insert_many cycles=1

blocks:
insert_many:
ops:
op1:
insert_many: "collectionName"
options:
chunkSize: "1000"
concurrency: "10"
ordered: "false"
documents:
- "{valid json here}"
- "{valid json here}"
- "{valid json here}"
@@ -0,0 +1,10 @@
scenarios:
default:
insert_one: run driver=dataapi tags==blocks:insert_one cycles=1

blocks:
insert_one:
ops:
op1:
insert_one: "collectionName"
document: "{valid json here}"
@@ -0,0 +1,11 @@
scenarios:
default:
insert_one: run driver=dataapi tags==blocks:insert_one cycles=1

blocks:
insert_one:
ops:
op1:
insert_one: "collectionName"
document: "{valid json here}"
vector: "1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0"

0 comments on commit 6799c19

Please sign in to comment.