Skip to content

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky.

License

Notifications You must be signed in to change notification settings

readysettech/detect_flake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detect_flake

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky.

Installation

cargo install detect_flake

Usage

detect_flake [FLAGS] [OPTIONS] --command <command>

Flags:

  • -h, --help — Prints help information
  • -V, --version — Prints version information
  • -i, --inherit-stdio — Inherit stdio instead of redirecting to /dev/null

Options:

  • -c, --command <command> — Command to run
  • -r, --runs-per-thread <runs-per-thread> — Number of serial runs per each thread [default: 1]
  • -t, --threads <threads> — Number of parallel threads [default: 100]

About

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%