mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
typo fixes
This commit is contained in:
parent
866b606e83
commit
6107ba072c
@ -1,5 +1,5 @@
|
||||
# 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:
|
||||
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
|
||||
description: An exmaple of a basic mongo insert and find.
|
||||
description: An example of a basic mongo insert and find.
|
||||
|
||||
scenarios:
|
||||
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.
|
||||
```
|
||||
|
||||
You can run multiple named scenarios in the same command if
|
||||
|
||||
## Workload selection
|
||||
|
||||
The examples above contain no reference to a workload (formerly called _yaml_). They don't need to, as they refer to
|
||||
|
Loading…
Reference in New Issue
Block a user