fix sched benchmark test

master
Francisco 4 years ago committed by Francisco Paisana
parent a83c0ebe3b
commit 52ef23f40e

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

Loading…
Cancel
Save