AlgoCompare — a GUI for stress testing

Revision en1, by Ascension36, 2026-04-08 21:36:45

Hello everyone!

Most of us already have a stress testing script. This app doesn't replace that, it just provides a nice looking user-friendly interface for viewing and interacting with your tests.

Website

Github Repo

How it works:

  • Upload your brute force, your untested solution, and either a test file or a generator
  • It compiles, runs, and diffs outputs automatically
  • On failure: shows the exact input, expected vs actual output, TLE info, or compiler errors side-by-side

Features:

  • Supports C++, Java, Python
  • Two modes:
    • static (a single text file separated where test cases are separated by ---)
    • generator (loops until a mismatch is found)
  • Automatic compiler detection
  • Built-in editor to preview/edit files without leaving the app

Would love to hear your thoughts!

Tags stress test, stress testing

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Ascension36 2026-04-08 21:36:45 1113 Initial revision (published)