build fixes

This commit is contained in:
Jonathan Shook 2021-11-10 15:27:56 -06:00
parent b7967bd0c3
commit 3f607e0e8d
2 changed files with 9 additions and 1 deletions

View File

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

View File

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