project: "ceph"
engine: "gbrt"
iterations: 30
random_starts: 2

benchmark : "sh PATH/ceph_benchmark.sh"
evaluations :
    -
        name: "bandwidth"
        info:
            get: "echo '$out' |grep 'bandwidth_val'| awk '{print $3}'"
            type: "negative"
            weight: 50
    -
        name: "iops_val"
        info:
            get: "echo '$out' |grep 'iops_val'| awk '{print $3}'"
            type: "negative"
            weight: 50