detect_flake 0.3.1

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky
[dependencies.crossbeam-channel]
version = "0.5.1"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.structopt]
version = "0.3.25"

[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", "flake", "flaky", "stress-test"]
license = "MIT"
name = "detect_flake"
readme = "README.md"
repository = "https://github.com/aqrln/detect_flake"
resolver = "2"
version = "0.3.1"