Releases: aurbroszniowski/Rainfall-core
Cinderreaper
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
Allows multiple threadpools for concurrent scenario execution
See PerfTest3#testPartition()
Chedzus
fix weighted operations issue when weight is not >0
added more distributed debug logging
Vunaud
Improved logging of Rainfall distributed
Iej ez Rannillon
Fix distributed rainfall execution finalization. Do not send a report if no file report was generated.
Rannillon
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
FInalized move to java 7+
Fixed 'Rampup' and 'During' concurrency
Removed jsr166 packages
Antigor
Refactored names
Reimplemented ramp-up function
Herrell
Refactored bean collectors names
Added a recursive aggregation mechanism for distributed tests
Firegraham
Extract aggregated HTML reports code into helper class to be used in applications
Added release scripts