Searched refs:expected_b (Results 1 – 1 of 1) sorted by relevance
60 local expected_b=""64 expected_b="$3"93 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then99 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] ||100 [[ $actual_b -gt $(($expected_b + $tolerance)) ]]; then102 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB
Completed in 15 milliseconds