CHANGELOG.md in benchmark_driver-0.10.16 vs CHANGELOG.md in benchmark_driver-0.11.0
- old
+ new
@@ -1,4 +1,20 @@
+# v0.11.0
+
+- [breaking change] Plugin interface is completely changed, so all plugins need migration
+ - YAML/Ruby interface is not changed at all
+ - Now the internal model allows to have multiple metrics in the same job,
+ but having multiple metrics is still not respected by built-in plugins
+ - "executable" is renamed to be "context", but still configuring a context
+ other than an executable is not supported yet
+ - A metric can have a name
+- Add `ruby_stdout` runner
+ - This can parse an arbitrary "environment" for the "context"
+ - Metric can have name
+- Metric name is shwon on some outputs like markdown and simple
+- `--run-duration` accepts floating-point number
+- News: Now benchmark-driver.gem can be used as an alias to install benchmark\_driver.gem
+
# v0.10.16
- `command_stdout` runner uses YAML's dirname as `working_directory` by default
# v0.10.15