Skip to content

Releases: CyrusJavan/tf-bench

v0.0.11

27 Jul 16:43
ff251ca
Compare
Choose a tag to compare

v0.0.11

  • Fix bug where noise in the JSON event log would cause tf-bench to stop operation. Instead, tf-bench will just skip over noise in the event log and continue operating normally.

v0.0.10

27 Jul 00:02
b7217d2
Compare
Choose a tag to compare

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

26 Jul 01:27
f79c046
Compare
Choose a tag to compare

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

15 Jul 00:45
a05207f
Compare
Choose a tag to compare

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

06 Jul 22:02
d539cce
Compare
Choose a tag to compare

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

01 Jul 22:47
97e7618
Compare
Choose a tag to compare

v0.0.6

Improve measurement accuracy.

v0.0.5

30 Jun 23:15
efe0b87
Compare
Choose a tag to compare

v0.0.5

Fix bug with var-file and remote backend.
Should now work with any provider.

v0.0.4

30 Jun 18:12
15c1c04
Compare
Choose a tag to compare

v0.0.4

Add --var-file flag.

v0.0.3

29 Jun 23:16
e10d274
Compare
Choose a tag to compare

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

29 Jun 17:55
2703cc6
Compare
Choose a tag to compare

v0.0.2

Add support for Terraform v0.12.x, v0.13.x, v0.14.x and v0.15.x