mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-28 19:44:02 -06:00
11 lines
674 B
Markdown
11 lines
674 B
Markdown
|
- convert core input to be equivalent of `input=type:interval,cycles:N[..M]`
|
||
|
- Add doc support for input, input filters, outputs, output filters
|
||
|
- Build metadata scaffolding for parameters, so unused parameters may be warned about.
|
||
|
- parameters should be part of the activity API
|
||
|
- parameters should not re-trigger def observers for non-change evhandler
|
||
|
- parameters across all subsystems should be discoverable or enumerable
|
||
|
- make stride auto-sizing uniformly apply after sequencing
|
||
|
- reimplement core activity and scenario logic as async/reactor with monitors
|
||
|
- convert to Java 9
|
||
|
- add activity library commands
|
||
|
- add --list-input-filters and --list-output-filters
|