mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
build fixes
This commit is contained in:
parent
b7967bd0c3
commit
3f607e0e8d
@ -28,6 +28,7 @@ Each of these provides an place for a user to specify the behavior of NoSQLBench
|
|||||||
* In YAML template variables, `<<name:value>>` or `TEMPLATE(name,value)` are supported
|
* In YAML template variables, `<<name:value>>` or `TEMPLATE(name,value)` are supported
|
||||||
* In HTTP driver URl patterns, `E[[...]]` is taken as a URL-Encoded section.
|
* In HTTP driver URl patterns, `E[[...]]` is taken as a URL-Encoded section.
|
||||||
|
|
||||||
|
|
||||||
All of these are different types of indirection, and should be distinct in some cases. Yet, there is room for simplification.
|
All of these are different types of indirection, and should be distinct in some cases. Yet, there is room for simplification.
|
||||||
|
|
||||||
## Conventions
|
## Conventions
|
||||||
@ -49,4 +50,11 @@ users.
|
|||||||
|
|
||||||
You should be able to turn some methods on or off, like environment variables.
|
You should be able to turn some methods on or off, like environment variables.
|
||||||
|
|
||||||
|
## Proposed Universal Form
|
||||||
|
|
||||||
|
- `${{<varname>}}`
|
||||||
|
- `${{<provider>:<varname>}}`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
@ -54,7 +54,7 @@
|
|||||||
<module>driver-pulsar</module>
|
<module>driver-pulsar</module>
|
||||||
<module>driver-jms</module>
|
<module>driver-jms</module>
|
||||||
<module>driver-grpc</module>
|
<module>driver-grpc</module>
|
||||||
<module>driver-directapi</module>
|
<!-- <module>driver-directapi</module>-->
|
||||||
|
|
||||||
<!-- VIRTDATA MODULES -->
|
<!-- VIRTDATA MODULES -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user