Skip to content

Commit 8f78aed

Browse files
add comments for scenario in helm values for pod configs
1 parent 97de02f commit 8f78aed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

perfmetrics/scripts/testing_on_gke/examples/dlio/unet3d-loading-test/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
image: jiaxun/dlio:v1.2.0
2121
bucketName: gke-dlio-test-data
22+
# scenario controls the kind of storage that is used for the load testing. local-ssd means directly on LSSD; gcsfuse-generic means on a gcsfuse mount with gcsfuse.mountOptions sent from the caller; gcsfuse-no-file-cache and gcsfuse-file-cache mean as their name suggests.
2223
scenario: local-ssd
2324
nodeType: n2-standard-96
2425

perfmetrics/scripts/testing_on_gke/examples/fio/loading-test/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
image: ubuntu:24.04
2121
bucketName: gke-dlio-test-data
22+
# scenario controls the kind of storage that is used for the load testing. local-ssd means directly on LSSD; gcsfuse-generic means on a gcsfuse mount with gcsfuse.mountOptions sent from the caller; gcsfuse-no-file-cache and gcsfuse-file-cache mean as their name suggests.
2223
scenario: local-ssd
2324
nodeType: n2-standard-96
2425

0 commit comments

Comments
 (0)