Parent of all Rainfall modules. Rainfall is an extensible java framework to implement custom DSL based stress and performance tests. See modules :
Rainfall-core is the core library containing the key elements of the framework.
Rainfall-web is the Web Application performance testing implementation.
Rainfall-jcache is the JSR107 caches performance testing implementation.
Rainfall-ehcache is the Ehcache 2.x/3.x performance testing implementation.
Rainfall-cassandra for Cassandra
Rainfall-redis for Redis
This repository can be used as a lightweight parent/workspace checkout for side-by-side development of the public Rainfall repositories.
New developer setup:
- Clone
Rainfallif you want the full maintainer workspace. - Run
sh scripts/bootstrap-workspace.sh. - Open and work in
Rainfall-corefor framework development.
If you only want to work on the framework core, you can clone
Rainfall-core directly and skip this workspace repo.
See docs/workspace-layout.md for the recommended layout, then run:
sh scripts/bootstrap-workspace.shand of course Github for hosting this project.