feat(codegen): add A/B test 3: channel handles in search results
This commit is contained in:
parent
f7b7c1954c
commit
fe8ff37f66
2 changed files with 30 additions and 5 deletions
|
|
@ -86,7 +86,7 @@ async fn main() {
|
|||
}
|
||||
None => {
|
||||
let res = abtest::run_all_tests(n, cli.concurrency).await;
|
||||
println!("{}", serde_json::to_string(&res).unwrap())
|
||||
println!("{}", serde_json::to_string_pretty(&res).unwrap())
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue