Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Releases: wneessen/websiteBench

v2.0.6

15 Dec 09:50
9b792c9
Compare
Choose a tag to compare
  • Bump ini from 1.3.5 to 1.3.8

v2.0.5

11 Nov 17:47
5e80434
Compare
Choose a tag to compare
  • Fixed InfluxDB2 issue if request timed out

Thanks to @sranka of the influxdb-client-js project, figuring this out!

v2.0.4

11 Nov 09:11
a51ab75
Compare
Choose a tag to compare
  • Better error handling if now performance data is returned

v2.0.3b

10 Nov 15:44
c1b4073
Compare
Choose a tag to compare
  • Updated node-libcurl to 2.3.0-0
  • Fixed Dockerfile as node-libcurl does not provide prebuild execs

v2.0.3

10 Nov 15:18
f853ce2
Compare
Choose a tag to compare
  • Added --no-http2 flag
  • Updated Puppeteer to 5.4.1
  • Provide proper error message if Influx-token lacks permissions

v2.0.1

26 Oct 20:00
8c76fa5
Compare
Choose a tag to compare
  • Do not throw warnings on forced browser restarts

v2.0.0

26 Oct 16:17
c49a261
Compare
Choose a tag to compare

WARNING - BREAKING CHANGES

This release changes and partly overrides the types of some values in the influxdb. If your influxdb already holds data in those fields, the submission will fail. It is recommended to start with a fresh Influx database, so you can take advantage of the more uniquely formated measurement names

Changes

  • Got rid of the multiple fetching of pages. Tests have shown, that fetching the page multiple times is not less error prone.
  • "status_code" is now a single number not a concat'ed string of each requests status code in InfluxDB
  • Started collecting per-resource performance data in the browser mode
  • The influxDB fields are more uniquely formated
  • More performance fields available in browser mode
  • More tags added for better filtering
  • Updated documentation

v1.5.2

13 Oct 19:29
6a0e5a5
Compare
Choose a tag to compare
  • No browser restart is needed in only-cURL mode

v1.5.1

13 Oct 19:22
416dbd5
Compare
Choose a tag to compare
  • Added automatic browser restarting every 30 minutes

v1.5.0

13 Oct 12:40
467c822
Compare
Choose a tag to compare
  • Added browser autorestart on disconnect/crash
  • Better error handling
  • Minor code cleanups