X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Ffunctions.sh;h=c03974662bbacf399e4aba21150cc89c97a794ad;hp=3543946651866de15ed2dd009da09572f686bfd2;hb=20544bd96269dbda51a76d31c2d09935637e8b2d;hpb=de677fa6395b2646fbeb9822c59f3e4547aefba6 diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index 3543946..c039746 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -268,17 +268,13 @@ print_opts () { run_compilebench() { -# Takes: -# 5 min * cbench_RUNS -# SLOW=no 10 mins -# SLOW=yes 50 mins # Space estimation: # compile dir kernel-1 680MB -# required space 680MB * cbench_IDIRS = ~7 Gb +# required space 680MB * cbench_IDIRS = ~1.4 Gb cbench_DIR=${cbench_DIR:-""} - cbench_IDIRS=${cbench_IDIRS:-4} - cbench_RUNS=${cbench_RUNS:-4} + cbench_IDIRS=${cbench_IDIRS:-2} + cbench_RUNS=${cbench_RUNS:-2} print_opts cbench_DIR cbench_IDIRS cbench_RUNS