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

update gang scheduling benchmark #105

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
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
30 changes: 15 additions & 15 deletions resources/benchmarks/gang-scheduling/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,116 +21,116 @@ tasks:
count: 1
params:
replicas: 32
ttl: 30s
ttl: 2m
- id: job2
type: SubmitObj
params:
refTaskId: register
count: 2
params:
replicas: 16
ttl: 30s
ttl: 2m
- id: job3
type: SubmitObj
params:
refTaskId: register
count: 3
params:
replicas: 10
ttl: 30s
ttl: 2m
- id: job3.1
type: SubmitObj
params:
refTaskId: register
count: 1
params:
replicas: 2
ttl: 30s
ttl: 2m
- id: job4
type: SubmitObj
params:
refTaskId: register
count: 4
params:
replicas: 8
ttl: 30s
ttl: 2m
- id: job5
type: SubmitObj
params:
refTaskId: register
count: 5
params:
replicas: 6
ttl: 30s
ttl: 2m
- id: job5.1
type: SubmitObj
params:
refTaskId: register
count: 2
params:
replicas: 1
ttl: 30s
ttl: 2m
- id: job6
type: SubmitObj
params:
refTaskId: register
count: 6
params:
replicas: 5
ttl: 30s
ttl: 2m
- id: job6.1
type: SubmitObj
params:
refTaskId: register
count: 1
params:
replicas: 2
ttl: 30s
ttl: 2m
- id: job7
type: SubmitObj
params:
refTaskId: register
count: 7
params:
replicas: 4
ttl: 30s
ttl: 2m
- id: job7.1
type: SubmitObj
params:
refTaskId: register
count: 1
params:
replicas: 2
ttl: 30s
ttl: 2m
- id: job7.2
type: SubmitObj
params:
refTaskId: register
count: 2
params:
replicas: 1
ttl: 30s
ttl: 2m
- id: job8
type: SubmitObj
params:
refTaskId: register
count: 8
params:
replicas: 4
ttl: 30s
ttl: 2m
- id: job9
type: SubmitObj
params:
refTaskId: register
count: 9
params:
replicas: 3
ttl: 30s
ttl: 2m
- id: job9.1
type: SubmitObj
params:
refTaskId: register
count: 1
params:
replicas: 5
ttl: 30s
ttl: 2m
30 changes: 15 additions & 15 deletions resources/benchmarks/gang-scheduling/workflows/runai-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,114 +38,114 @@ tasks:
count: 1
params:
workers: 31
ttl: 30s
ttl: 2m
- id: job2
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 2
params:
workers: 15
ttl: 30s
ttl: 2m
- id: job3
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 3
params:
workers: 9
ttl: 30s
ttl: 2m
- id: job3.1
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 1
params:
workers: 1
ttl: 30s
ttl: 2m
- id: job4
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 4
params:
workers: 7
ttl: 30s
ttl: 2m
- id: job5
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 5
params:
workers: 5
ttl: 30s
ttl: 2m
- id: job5.1
type: SubmitObj
params:
refTaskId: register-trainingworkload
count: 2
params:
ttl: 30s
ttl: 2m
- id: job6
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 6
params:
workers: 4
ttl: 30s
ttl: 2m
- id: job6.1
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 1
params:
workers: 1
ttl: 30s
ttl: 2m
- id: job7
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 7
params:
workers: 3
ttl: 30s
ttl: 2m
- id: job7.1
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 1
params:
workers: 1
ttl: 30s
ttl: 2m
- id: job7.2
type: SubmitObj
params:
refTaskId: register-trainingworkload
count: 2
params:
ttl: 30s
ttl: 2m
- id: job8
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 8
params:
workers: 3
ttl: 30s
ttl: 2m
- id: job9
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 9
params:
workers: 2
ttl: 30s
ttl: 2m
- id: job9.1
type: SubmitObj
params:
refTaskId: register-distributedworkload
count: 1
params:
workers: 4
ttl: 30s
ttl: 2m
Loading