test: add a/b test checker
This commit is contained in:
parent
68342cecab
commit
d3aacc77aa
3 changed files with 134 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue