fix sched benchmark test

This commit is contained in:
Francisco 2021-05-18 17:24:52 +01:00 committed by Francisco Paisana
parent a83c0ebe3b
commit 52ef23f40e
1 changed files with 2 additions and 2 deletions

View File

@ -241,11 +241,11 @@ run_data expected_run_result(run_params params)
ret.avg_ul_throughput *= 0.75;
break;
case 15:
ret.avg_dl_throughput *= 0.95;
ret.avg_dl_throughput *= 0.94;
ret.avg_ul_throughput *= 0.7;
break;
default:
ret.avg_dl_throughput *= 0.97;
ret.avg_dl_throughput *= 0.96;
ret.avg_ul_throughput *= 0.85;
break;
}