Releases: Llorx/iso-bench
Releases · Llorx/iso-bench
v2.4.7
Removed warmUpTime in favour of self-warmup to reach the minimum time. Now will run new processes each 10% of gathered samples. getDiff module isolation to reduce deops.
v2.4.6
Allow to run multiple samples in the same run, so it is able to gather samples faster. Changed defaults.
v2.4.5
Now processors will need to be created inside callback functions, so resources are not allocated inside child processes to avoid collision, for example when outputting the data in a file stream.
v2.4.4
Fix dynamic StreamLog when the TTY was smaller than the amount of log lines
v2.4.3
Added test grouping and fixes
v2.4.2
Adds a way to add a built-in StreamLog Processor
v2.4.1
Add isolated setup callbacks to tests
v2.4.0
Improved the Processor implementation and added a new Stream processor
v2.3.1
Cleaned the code. Added Processor system.
v2.1.0
Removed minMs
configuration and added warmUpTime
. Noticed more consistent benchmarks doing this.
Also the run()
method now returns the test results.