Skip to content

Commit

Permalink
[testing-on-gke] Add workloads for serving tests (#2322)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle authored Sep 20, 2024
1 parent 37b7cc3 commit 60f592d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions perfmetrics/scripts/testing_on_gke/examples/workloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,42 @@
"_bucket_alt2":"fio-200gb-1-us-central1",
"_bucket_alt3":"gke-fio-200gb-1"
},
{
"fioWorkload": {
"fileSize": "10G",
"filesPerThread": 16,
"numThreads": 1,
"blockSize": "1M",
"readTypes": ["read"]
},
"gcsfuseMountOptions": "implicit-dirs,metadata-cache:ttl-secs:-1,metadata-cache:type-cache-max-size-mb:-1,metadata-cache:stat-cache-max-size-mb:-1,file-cache:max-size-mb:-1",
"bucket":"fio-10g-500-us-west1",
"_bucket_alt2":"fio-10g-500-us-central1"
},
{
"fioWorkload": {
"fileSize": "10G",
"filesPerThread": 2,
"numThreads": 8,
"blockSize": "1M",
"readTypes": ["read"]
},
"gcsfuseMountOptions": "implicit-dirs,metadata-cache:ttl-secs:-1,metadata-cache:type-cache-max-size-mb:-1,metadata-cache:stat-cache-max-size-mb:-1,file-cache:max-size-mb:-1",
"bucket":"fio-10g-500-us-west1",
"_bucket_alt2":"fio-10g-500-us-central1"
},
{
"fioWorkload": {
"fileSize": "10G",
"filesPerThread": 1,
"numThreads": 96,
"blockSize": "1M",
"readTypes": ["read"]
},
"gcsfuseMountOptions": "implicit-dirs,metadata-cache:ttl-secs:-1,metadata-cache:type-cache-max-size-mb:-1,metadata-cache:stat-cache-max-size-mb:-1,file-cache:max-size-mb:-1",
"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 60f592d

Please sign in to comment.