Jonathan Shook
Jonathan Shook
A great number of user-facing and architectural improvements have happened on the way to NB5. These should be captured, and summarized into a separate __what's new__ page on the docs...
Template variables and named scenarios are both forms of partial rendering based on a template. How they interact is not clearly defined, although previously they were allowed to layer in...
On a recent test, the alias names which are auto-generated by named scenario parsing contained the "file path" base name instead of the logically reduced and consistent name as documented...
There is a pattern which is used with scenario scripts that allows command-line arguments to be contributed to activity parameters. For example, with a script containing this: var activitydef =...
It is time for the NoSQLBench project to have a prescriptive and specific set of release criteria for releases which be tagged as stable. This requires an elevated level of...
With --docker-metrics, subtle changes in grafana behavior have cause confusion for users. * We should allow for both --docker-metrics-stable or --docker-metrics-latest, with the former being the default behavior for the...
When non-trivial template variable values are used, such as those with quotes, it can be difficult to know whether the values are applied with correct YAML or other language syntax....
When using map forms within a block, extraneous fields go silently unused. It should be an error for any fields to be unconsumed/unread. Another possibility is that fields within a...
With the update to DriverAdapter, all activities will now use the same core runtime loop. With this, the special processing features which were supported as direct integration must now be...