ProDJ
is a tool for serializing Java objects to plain code.
It uses these capabilities to automatically generate test-cases from a
production workload.
The easiest way to get an executable version of ProDJ
is to use the provided
flake.nix
:
- Enter a dev-shell using
nix develop
- Run
java -jar rockstofetch/target/rockstofetch.jar --statistics <config file>
. You can find example config files inrockstofetch/src/test/resources/
.