Skip to content

Releases: aurbroszniowski/Rainfall-core

Cinderreaper

14 Oct 21:25
Compare
Choose a tag to compare

Long awaited removal of the pre-calculation for the RuntimeStatisticsHolder
Performance shouldn't be impacted, and operations that can not be executed twice can now be part of the scenarios (e.g. creation of an index)

Zogbaic

14 Oct 21:23
Compare
Choose a tag to compare

Allows multiple threadpools for concurrent scenario execution
See PerfTest3#testPartition()

Chedzus

28 Feb 14:24
Compare
Choose a tag to compare

fix weighted operations issue when weight is not >0
added more distributed debug logging

Vunaud

04 Feb 22:26
Compare
Choose a tag to compare

Improved logging of Rainfall distributed

Iej ez Rannillon

24 Jan 16:03
Compare
Choose a tag to compare

Fix distributed rainfall execution finalization. Do not send a report if no file report was generated.

Rannillon

24 Jan 09:01
Compare
Choose a tag to compare

Fixed rainfall distributed logic bug (Rainfall blocked when no file based report is used)
Changed Stats thread from Timer to Executor to get better accuracy

Smrett

03 Jan 21:55
Compare
Choose a tag to compare

FInalized move to java 7+
Fixed 'Rampup' and 'During' concurrency
Removed jsr166 packages

Antigor

02 Jan 13:05
Compare
Choose a tag to compare

Refactored names
Reimplemented ramp-up function

Herrell

02 Jan 13:00
Compare
Choose a tag to compare

Refactored bean collectors names
Added a recursive aggregation mechanism for distributed tests

Firegraham

02 Jan 12:59
0154f21
Compare
Choose a tag to compare

Extract aggregated HTML reports code into helper class to be used in applications
Added release scripts