feat(codegen): add A/B test 3: channel handles in search results

This commit is contained in:
ThetaDev 2022-11-24 20:03:38 +01:00
parent f7b7c1954c
commit fe8ff37f66
2 changed files with 30 additions and 5 deletions

View file

@ -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())
}
};
}