test: add a/b test checker

This commit is contained in:
ThetaDev 2022-11-05 19:53:36 +01:00
parent 68342cecab
commit d3aacc77aa
3 changed files with 134 additions and 0 deletions

View file

@ -18,3 +18,5 @@ clap = { version = "3.2.16", features = ["derive"] }
phf_codegen = "0.11.1"
once_cell = "1.12.0"
fancy-regex = "0.10.0"
indicatif = "0.17.0"
num_enum = "0.5.7"