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:
@@ -5,12 +5,12 @@ description: |
|
|||||||
|
|
||||||
scenarios:
|
scenarios:
|
||||||
default: run driver===stdout format=readout
|
default: run driver===stdout format=readout
|
||||||
names: run driver===stdout format=readout bindings=names
|
names: run driver===stdout format=readout bindings='names.*'
|
||||||
cities: run driver===stdout format=readout bindings=cities
|
cities: run driver===stdout format=readout bindings='cities.*'
|
||||||
states: run driver===stdout format=readout bindings=states
|
states: run driver===stdout format=readout bindings='states.*'
|
||||||
zips: run driver===stdout format=readout bindings=zips
|
zips: run driver===stdout format=readout bindings='zips.*'
|
||||||
counties: run driver===stdout format=readout bindings=counties
|
counties: run driver===stdout format=readout bindings='counties.*'
|
||||||
countries: run driver===stdout format=readout bindings=country
|
countries: run driver===stdout format=readout bindings='country.*'
|
||||||
|
|
||||||
|
|
||||||
# Each binding is named, so the bindings is a map of names to
|
# Each binding is named, so the bindings is a map of names to
|
||||||
|
|||||||
Reference in New Issue
Block a user