Skip to content

Releases: sha1n/bert

v1.1.0

20 May 17:39
8a5fd24
Compare
Choose a tag to compare

Changes

  • redesigned reporting engine @sha1n (#27)
  • improved input validation

🚀 Features

v1.0.1

19 May 13:29
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • fixed error rate lost precision bug @sha1n (#24)

v1.0.0

18 May 21:04
Compare
Choose a tag to compare

Changes

  • improved docs @sha1n (#23)
  • moved labels to the header section in txt report @sha1n
  • added linux-arm64 and windows-arm binaries @sha1n
  • removed go 1.15 from travis @sha1n

🚀 Features

  • added tilde support in config file path @sha1n (#22)
  • added the option to skip headers in csv reports @sha1n (#21)

v0.0.8

18 May 15:22
393413a
Compare
Choose a tag to compare

Changes

🚀 Features

🤖 Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

v0.0.7

18 May 09:42
4ca67a9
Compare
Choose a tag to compare

Changes

🚀 Features

  • added support for working dirs with ~ @sha1n (#15)

🤖 Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

v0.0.6

17 May 22:05
9d43d27
Compare
Choose a tag to compare

Changes

🚀 Features

🤖 Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

Benchy v0.0.5-alpha

15 May 13:26
Compare
Choose a tag to compare

Changes

  • Improved configuration validation
  • Added stddev stat

Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

Benchy v0.0.4-alpha

13 May 21:17
0ffbd98
Compare
Choose a tag to compare

Changes

  • Improved configuration scheme, validation and documentation
  • Improved logging and output piping options (see: benchy --help)

Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

Benchy v0.0.3-alpha

13 May 08:02
76b9603
Compare
Choose a tag to compare

Changes

  • Added optional per-scenario setup/teardown command
  • Added optional per-command working dir (overrides scenario working dir)

Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples

Benchy v0.0.2-alpha

12 May 07:46
706bb44
Compare
Choose a tag to compare

Changes

  • Added YAML configuration support
  • Simplified config scheme
  • Added error rate stat

Installing pre-built binaries:

  1. Download the appropriate binary file for your platform and put it in your system PATH under the name benchy
  2. chmod +x benchy
  3. Review the readme for usage and config examples