blob: 7a5ac834d9f5a5bcca94f51cca27b5affc590c60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
mult is a command-line tool that runs shell commands multiple times and
provides a terminal user interface (TUI) for comparing the outputs.
Features:
- Run commands multiple times concurrently or sequentially
- Specify number of runs
- Add delay between runs
- Stop at first failure
- Compare outputs via TUI
Useful for investigating inconsistent web server responses, checking flaky
test suite outcomes, and running performance/stress tests.
|