Skip to content

Commit

Permalink
update gang scheduling benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Shmulevich <[email protected]>
  • Loading branch information
dmitsh committed Aug 29, 2024
1 parent da361e4 commit 2dcad0b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
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

0 comments on commit 2dcad0b

Please sign in to comment.