A stress testing application for competitve programming.
- I have a blog explaining the working of this application. Feel free to check it out. Stress tester blog on medium
- Takes a random test case generator
- Generates test cases
- Runs the optimal and bruteforce solutions for
n
number of times - spits out the difference of the outputs of 2 programs.
- Bring more improvement in the
diff
command's output- There'a a package called
fast-diff
in npm, if we want to build the diffing service in node js.
- There'a a package called
- Figure out a way to tell the line of the testcase of difference
- would be covered if we build the diffing service in nodejs/python (harder in bash)
- Add error handling
- Big: Make a GUI for this using
Tkinter
orPyQt5
and add all the features. - After GUI: Make custom options for test cases with constrains and generate test cases from the users selection.