From f7254e2b302eec9cd33c0f2540c0552ce828075d Mon Sep 17 00:00:00 2001 From: "Morales Quispe, Marcela" Date: Mon, 4 Nov 2019 16:13:03 -0600 Subject: [PATCH] Edit test description for k8s_scale and k8s_parallel tests. Signed-off-by: Morales Quispe, Marcela --- metrics/scaling/k8s_parallel.sh | 4 ++-- metrics/scaling/k8s_scale.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/metrics/scaling/k8s_parallel.sh b/metrics/scaling/k8s_parallel.sh index f768070..8390ddc 100755 --- a/metrics/scaling/k8s_parallel.sh +++ b/metrics/scaling/k8s_parallel.sh @@ -253,8 +253,8 @@ help() usage=$(cat << EOF Usage: $0 [-h] [options] Description: - Launch a series of workloads and take memory metric measurements after - each launch. + Launch a series of workloads in a parallel manner and take memory metric measurements + after each launch. Options: -h, Help page. EOF diff --git a/metrics/scaling/k8s_scale.sh b/metrics/scaling/k8s_scale.sh index 27f57e4..c3097d1 100755 --- a/metrics/scaling/k8s_scale.sh +++ b/metrics/scaling/k8s_scale.sh @@ -380,8 +380,8 @@ help() usage=$(cat << EOF Usage: $0 [-h] [options] Description: - Launch a series of workloads and take memory metric measurements after - each launch. + Launch a series of workloads in a linear manner and take memory metric measurements + after each launch. Options: -h, Help page. EOF