Skip to content

Commit

Permalink
Minor improvements in the Usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev committed Dec 26, 2024
1 parent 6aa2911 commit 98fbbff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion APP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.3
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Just install `manticore-extra` dev package or release version higher than 6.3.8.
2. Run:
```
cd manticore-load
./manticore-load --help
manticore-load --help
```

---
Expand All @@ -55,7 +55,7 @@ Run `manticore-load` with a variety of options to simulate workloads:
Insert 1,000,000 documents in batches of 1,000:

```bash
./manticore-load \
manticore-load \
--batch-size=1000 \
--threads=4 \
--total=1000000 \
Expand All @@ -68,7 +68,7 @@ Insert 1,000,000 documents in batches of 1,000:
Run 1,000 search queries:

```bash
./manticore-load \
manticore-load \
--threads=4 \
--total=1000 \
--load="SELECT * FROM test WHERE MATCH('<text/1/2>')"
Expand All @@ -79,7 +79,7 @@ Run 1,000 search queries:
Run multiple workloads simultaneously:

```bash
./manticore-load \
manticore-load \
--host=127.0.0.1 \
--port=9306 \
--batch-size=10000 \
Expand Down

0 comments on commit 98fbbff

Please sign in to comment.