From 60e03995d2dfe7b23f9af8e49db75904d55bcaa7 Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Thu, 8 Aug 2024 20:17:56 +0000 Subject: [PATCH] define workloads for serving tests --- .../testing_on_gke/examples/workloads.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/perfmetrics/scripts/testing_on_gke/examples/workloads.json b/perfmetrics/scripts/testing_on_gke/examples/workloads.json index e2ab942b4d..e25c1e6fbb 100644 --- a/perfmetrics/scripts/testing_on_gke/examples/workloads.json +++ b/perfmetrics/scripts/testing_on_gke/examples/workloads.json @@ -76,6 +76,39 @@ "_bucket_alt2":"fio-200gb-1-us-central1", "_bucket_alt3":"gke-fio-200gb-1" }, + { + "fioWorkload": { + "fileSize": "10G", + "filesPerThread": 16, + "numThreads": 1, + "blockSize": "1M", + "readTypes": ["read"] + }, + "bucket":"fio-10g-500-us-west1", + "_bucket_alt2":"fio-10g-500-us-central1" + }, + { + "fioWorkload": { + "fileSize": "10G", + "filesPerThread": 2, + "numThreads": 8, + "blockSize": "1M", + "readTypes": ["read"] + }, + "bucket":"fio-10g-500-us-west1", + "_bucket_alt2":"fio-10g-500-us-central1" + }, + { + "fioWorkload": { + "fileSize": "10G", + "filesPerThread": 1, + "numThreads": 96, + "blockSize": "1M", + "readTypes": ["read"] + }, + "bucket":"fio-10g-500-us-west1", + "_bucket_alt2":"fio-10g-500-us-central1" + }, { "_description": "This is a dummy dlio workload (missing the 'dlioWorkload' field), purely standing as a header and does not execute any workload. For it to execute a dlio workload, it must have a valid 'dlioWorkload' object and a valid 'bucket' attribute.", "_dlioWorkload": {