detect_flake 0.1.0

Run many instances of the same command in parallel to find abnormal behavior or check if a test is flaky
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"
repository = "https://github.com/aqrln/detect_flake"
resolver = "2"
version = "0.1.0"