detect_flake 0.5.3

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky
[dependencies.clap]
features = ["derive"]
version = "4.3.12"

[dependencies.crossbeam-channel]
version = "0.5.8"

[dependencies.indicatif]
version = "0.17.5"

[package]
authors = ["Alexey Orlenko <alex@aqrln.net>"]
categories = ["command-line-utilities", "development-tools::debugging", "development-tools::testing"]
description = "Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky"
edition = "2021"
keywords = ["testing", "flaky", "stress-test"]
license = "MIT"
name = "detect_flake"
readme = "README.md"
repository = "https://github.com/aqrln/detect_flake"
version = "0.5.3"