mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typo fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# nb -v run driver=mongodb yaml=mongodb-basic-uuid connection=mongodb://127.0.0.1 database=testdb tags=phase:rampup
|
# nb -v run driver=mongodb yaml=mongodb-basic-uuid connection=mongodb://127.0.0.1 database=testdb tags=phase:rampup
|
||||||
description: An exmaple of a basic mongo insert and find with UUID
|
description: An example of a basic mongo insert and find with UUID
|
||||||
|
|
||||||
scenarios:
|
scenarios:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# nb -v run driver=mongodb yaml=mongodb-basic connection=mongodb://127.0.0.1 database=testdb tags=phase:rampup cycles=1M
|
# nb -v run driver=mongodb yaml=mongodb-basic connection=mongodb://127.0.0.1 database=testdb tags=phase:rampup cycles=1M
|
||||||
description: An exmaple of a basic mongo insert and find.
|
description: An example of a basic mongo insert and find.
|
||||||
|
|
||||||
scenarios:
|
scenarios:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -65,8 +65,6 @@ nb scenario myworkloads longrun default longrun scenario another.yaml name1 name
|
|||||||
# workload names and scenario names. That's why the explicit form is provided, afterall.
|
# workload names and scenario names. That's why the explicit form is provided, afterall.
|
||||||
```
|
```
|
||||||
|
|
||||||
You can run multiple named scenarios in the same command if
|
|
||||||
|
|
||||||
## Workload selection
|
## Workload selection
|
||||||
|
|
||||||
The examples above contain no reference to a workload (formerly called _yaml_). They don't need to, as they refer to
|
The examples above contain no reference to a workload (formerly called _yaml_). They don't need to, as they refer to
|
||||||
|
|||||||
Reference in New Issue
Block a user