Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
Signed-off-by: Morgan Gallant <[email protected]>
  • Loading branch information
morgangallant committed Dec 13, 2024
1 parent 5624ded commit 50bd2cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tpuf-benchmark
dev.sh
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go run . \
-namespace-distributed-qps 0
```

#### For each of 500 namespaces, upsert 2000 documents every 10s (~200 WPS) concurrently
#### Upsert 200 documents every second to each of 500 namespaces

```bash
go run . \
Expand All @@ -55,8 +55,8 @@ go run . \
-namespace-each-size-min 0 \
-namespace-each-size-max 1000000 \
-namespace-each-initial-size min \
-namespace-each-upsert-frequency-s 10 \
-namespace-each-upsert-batch-size 2000 \
-namespace-each-upsert-frequency-s 1 \
-namespace-each-upsert-batch-size 200 \
-namespace-distributed-qps 0
```

Expand All @@ -71,5 +71,6 @@ go run . \
-namespace-each-size-max 1000000 \
-namespace-each-upsert-frequency-s 20 \
-namespace-each-upsert-batch-size 100 \
-namespace-distributed-qps 100
-namespace-distributed-qps 100 \
-namespace-active-pct 0.2
```

0 comments on commit 50bd2cb

Please sign in to comment.