Configurable Java Code Creator
erebus generates java code that can be run as a jvm process. This is intended for any kind of testing that needs random java applications to take up cpu cycles, memory, perform input/output, perform threading, or other non-specific process tasks.
Maven Java 8+
In erebus directory:
$ make install
$ ./bin/erebus <path to config file>
A sample config file is included in the samples folder.
This will generate java code located in the output directory along with scripts to easily compile and run the code
In erebus directory:
$ cd output
$ ./build.sh
$ ./run.sh
- PRs are accepted
- Commits should start with a capitalized verb
- Indentation is 4 spaces
- The license header should be included in all source files