From e4bd52997b271f82b23bc2896a24bb38a8c10be1 Mon Sep 17 00:00:00 2001 From: gregorycottone Cottone Date: Fri, 17 May 2024 12:44:02 +0000 Subject: [PATCH] exercise_6 --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 9855fd4..561d262 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -17,7 +17,7 @@ jobs: - name: Run stress-ng run: | - echo "Starting stress test" + echo "Starting stress test in your Linux machine" stress-ng --cpu 4 --io 4 --vm 2 --vm-bytes 2G --timeout 300s --metrics-brief