typo fixes

This commit is contained in:
Jonathan Shook
2020-08-25 15:35:32 -05:00
parent 866b606e83
commit 6107ba072c
3 changed files with 2 additions and 4 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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