mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
correct binding regexes
This commit is contained in:
parent
663a721f1d
commit
262ac17b98
@ -5,12 +5,12 @@ description: |
|
||||
|
||||
scenarios:
|
||||
default: run driver===stdout format=readout
|
||||
names: run driver===stdout format=readout bindings=names
|
||||
cities: run driver===stdout format=readout bindings=cities
|
||||
states: run driver===stdout format=readout bindings=states
|
||||
zips: run driver===stdout format=readout bindings=zips
|
||||
counties: run driver===stdout format=readout bindings=counties
|
||||
countries: run driver===stdout format=readout bindings=country
|
||||
names: run driver===stdout format=readout bindings='names.*'
|
||||
cities: run driver===stdout format=readout bindings='cities.*'
|
||||
states: run driver===stdout format=readout bindings='states.*'
|
||||
zips: run driver===stdout format=readout bindings='zips.*'
|
||||
counties: run driver===stdout format=readout bindings='counties.*'
|
||||
countries: run driver===stdout format=readout bindings='country.*'
|
||||
|
||||
|
||||
# Each binding is named, so the bindings is a map of names to
|
||||
|
Loading…
Reference in New Issue
Block a user