Skip to content

Releases: Llorx/iso-bench

v2.4.7

02 Sep 15:19
Compare
Choose a tag to compare

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

02 Sep 11:19
Compare
Choose a tag to compare

Allow to run multiple samples in the same run, so it is able to gather samples faster. Changed defaults.

v2.4.5

31 Aug 19:06
Compare
Choose a tag to compare

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

23 Aug 20:03
Compare
Choose a tag to compare

Fix dynamic StreamLog when the TTY was smaller than the amount of log lines

v2.4.3

21 Aug 20:03
Compare
Choose a tag to compare

Added test grouping and fixes

v2.4.2

20 Aug 11:53
Compare
Choose a tag to compare

Adds a way to add a built-in StreamLog Processor

v2.4.1

20 Aug 11:47
Compare
Choose a tag to compare

Add isolated setup callbacks to tests

v2.4.0

20 Aug 09:28
Compare
Choose a tag to compare

Improved the Processor implementation and added a new Stream processor

v2.3.1

19 Aug 23:17
Compare
Choose a tag to compare

Cleaned the code. Added Processor system.

v2.1.0

19 Aug 12:55
Compare
Choose a tag to compare

Removed minMs configuration and added warmUpTime. Noticed more consistent benchmarks doing this.

Also the run() method now returns the test results.