To keep things simple, you are required to have three files in your root directory called:
- Generator.java
- Solution.java
- BruteForce.java
There is currently a Docker image under joshualiu555/stress-tester-docker.
To use the docker image, run the command docker run --rm -v $(pwd):/app -w /app joshualiu555/stress-tester-docker.
If you want to simplify everything, a bash file is included in this repo. Simply add that to your project's root directory. Then run these commands:
- chmod +x stress-tester-docker.sh
- ./stress-tester-docker.sh