Releases: CyrusJavan/tf-bench
Releases · CyrusJavan/tf-bench
v0.0.11
v0.0.10
v0.0.10
- Add optional --verbose/-v flag to enable debug logging.
- Add progress bar for eventLog measurement method.
- Fix bug where invalid JSON from terraform would stop benchmark execution. Instead, tf-bench will log any error from JSON decoding along with the current decoder buffer, then tf-bench will finish the benchmark with whatever data it was able to gather before the error occurred.
v0.0.9
v0.0.9
- Add min, max, standard deviation, and slowest/fastest resource to report output for event log measurement method.
- Add tf-bench build version to all reports.
v0.0.8
v0.0.8
For Terraform v0.15.4+, add measurement method that utilizes the event log from terraform to measure individual resource refresh times.
v0.0.7
v0.0.7
Improve report formatting.
For Terraform v0.15+, fix bug where tf-bench is unable to measure resources whose provider was configured with other resources.
v0.0.6
v0.0.6
Improve measurement accuracy.
v0.0.5
v0.0.5
Fix bug with var-file and remote backend.
Should now work with any provider.
v0.0.4
v0.0.4
Add --var-file flag.
v0.0.3
v0.0.3
Support S3 remote backend. (Should theoretically support all remote backends, but only have tested with S3)
Fix issue where the count of resources is wrong when using count
meta-argument.
v0.0.2
v0.0.2
Add support for Terraform v0.12.x, v0.13.x, v0.14.x and v0.15.x