From 1576c150528bde55f605045e2cd999068c4ddbab Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Wed, 14 Aug 2024 13:34:29 +0000 Subject: [PATCH] address a self-review comment --- perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh b/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh index d3b4d21d61..f4efd5e916 100755 --- a/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh +++ b/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This test is for running fio/dlio tests using GKE. +# This script is for running fio/dlio tests using GKE. # This is a stand-alone script, and can be invoked directly by a user. # It takes in parameters through environment variables. For learning about them, run this script with `--help` argument. # For debugging, pass argument `--debug` which will print all the shell commands that runs.