Call Sim: Reset default test to baseline

This commit is contained in:
Jim Gustafson 2026-01-30 14:54:16 -08:00
parent 71a4e58b45
commit 98fb194606

View File

@ -957,7 +957,7 @@ async fn main() -> Result<()> {
let mut test_sets = args.test_sets;
if test_sets.is_empty() {
// For quick testing, change this to the name of your test case.
test_sets.push("video_compare_vp8_vs_vp9".to_string());
test_sets.push("baseline".to_string());
}
let direct_call_config = CallTypeConfig::Direct;