Skip to content

Commit

Permalink
Merge branch 'mwolters/dataapi-adapter' of github.com:nosqlbench/nosq…
Browse files Browse the repository at this point in the history
…lbench into mwolters/dataapi-adapter
  • Loading branch information
jshook committed May 10, 2024
2 parents d4462bb + 6799c19 commit 085b7b9
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 085b7b9

Please sign in to comment.