Releases: handsontable/performance-lab
Releases · handsontable/performance-lab
v2.5.0
- Added
chromedriver
npm package instead of webdriver-manager
and upgrade @angular/benchpress
packages to the latest version;
v2.4.0
- The option
--cpu-throttle-rate
has been added that allows adjusting the clock speed of the CPU. This can be useful for detecting slight deviations in performance that normally cannot be seen on fast computers.
v2.3.0
- Upgrade Chrome webdriver and upgrad all dependencies to thiers latest version;
- Added aliases for CLI commands and arguments:
./bin/hot-perf run
is aliased as ./bin/hot-perf r
./bin/hot-perf local-server benchmark-viewer
is aliased as ./bin/hot-perf ls bv
./bin/hot-perf local-server test-runner
is aliased as ./bin/hot-perf ls tr
v2.2.0
- Upgrade Chrome webdriver and dev dependencies (#4)
v2.1.0
- An option has been added that allows for custom naming of tests under which they will be saved (
--test-name
, #3)
v2.0.0
- Refreshed the project by rewriting the code, updating the dependencies and so on (#1).
v1.0.0
- Added more tests and fix some visual gliches