mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
use alternate inline binding form for zola
This commit is contained in:
parent
77243f3254
commit
f1bb2ed065
@ -203,7 +203,7 @@ an op template like `space: {space}`, OR use an inline op field in your op
|
||||
template like `space: {(ThreadNumToInteger())}`.
|
||||
|
||||
You can use any binding function you want for the space op field. However,
|
||||
if you were to assign it something like "space: {{Identity()}}" you would
|
||||
if you were to assign it something like "space: {(Identity()}" you would
|
||||
not have a good result, as you would be spinning up and caching a new http client
|
||||
instance for every single cycle.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user