Skip to content

Commit

Permalink
define workloads for serving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 20, 2024
1 parent 04af62c commit 424074c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions perfmetrics/scripts/testing_on_gke/examples/workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 424074c

Please sign in to comment.