Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[testing-on-gke future] Add tests for serving scenario #2322

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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