Skip to content

Releases: benc-uk/k6-reporter

Version 2.4.0

05 Mar 11:10
Compare
Choose a tag to compare
  • Changes from #39
    • An error would get thrown trying to process data.metrics.iterations.values.count because iterations doesn't exist for websockets
    • Most of the results wouldn't get displayed because most of them are "count" or "rate"
    • Also addresses this issue: #32

Version 2.3.1

14 Oct 17:25
Compare
Choose a tag to compare
  • Fixes VUs undefined error #19

Version 2.3.0

14 Oct 17:08
2d56b6b
Compare
Choose a tag to compare
  • Many fixes to custom metrics output, which was horribly broken, now isn't
  • Adds debug option

Version 2.2.0

16 Mar 16:34
Compare
Choose a tag to compare

Adds request failure count to report main page

Version 2.1.1

16 Mar 09:57
Compare
Choose a tag to compare

🔥 Breaking Changes!

This release changes the output of htmlReport from an object to a string, this brings it in line with other output summary wrappers (e.g. textSummary) and simplifies using it in combination with other outputs

The new way to use is now

export function handleSummary(data) {
  return {
    "summary.html": htmlReport(data),
  };
}

Version 2.0.0

16 Mar 08:50
Compare
Choose a tag to compare

Tagged release of new v2 JavaScript version

Version 1.2.1

14 Mar 22:09
f0834d9
Compare
Choose a tag to compare

Final release of Go version

Fixes some stupid stuff I pushed to main by mistake

💥NOTE. This Go / binary conversion tool is now deprecated, please switch to using the JS module and handleSummary()

Version 1.2.0

12 Mar 08:57
Compare
Choose a tag to compare
  • Switched to Go 1.16 and embedding
  • Probably some fixes I don't remember lol

Version 1.1.0

10 Jan 00:19
e2b0cb0
Compare
Choose a tag to compare

Completely new report format :)

Version 1.0.0

07 Jan 17:25
Compare
Choose a tag to compare

First release

Standalone Linux x64 binary is attached