File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
run-benchmark :
20
20
name : run_clustbench
21
- runs-on : ubuntu-latest
22
- # # runs-on: self-hosted
21
+ # # runs-on: ubuntu-latest
22
+ runs-on : self-hosted
23
23
strategy :
24
24
matrix :
25
25
ob_branch : [dev, reduce_install_scope, main]
51
51
52
52
- name : Run benchmark
53
53
shell : bash -l {0}
54
- continue-on-error : false
55
54
run : |
56
55
date
57
- echo "y" | ob run benchmark -b Clustering.yaml --local --cores 2 --continue-on-error
56
+ echo "y" | ob run benchmark -b Clustering.yaml --local --cores 10 --continue-on-error
58
57
date
59
58
if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
60
59
63
62
continue-on-error : false
64
63
run : |
65
64
date
66
- echo "y" | ob run benchmark -b Clustering.yaml --local --threads 2
65
+ echo "y" | ob run benchmark -b Clustering.yaml --local --threads 10
67
66
date
68
67
if : matrix.ob_branch == 'main'
69
68
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
run-benchmark :
20
20
name : run_clustbench
21
- runs-on : ubuntu-latest
22
- # # runs-on: self-hosted
21
+ # # runs-on: ubuntu-latest
22
+ runs-on : self-hosted
23
23
strategy :
24
24
matrix :
25
25
ob_branch : [dev, reduce_install_scope, main]
65
65
66
66
- name : Run benchmark
67
67
shell : bash -l {0}
68
- continue-on-error : false
69
68
run : |
70
69
date
71
- echo "y" | ob run benchmark -b Clustering.yaml --local --cores 2 --continue-on-error
70
+ echo "y" | ob run benchmark -b Clustering.yaml --local --cores 10 --continue-on-error
72
71
date
73
72
if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
74
73
77
76
continue-on-error : false
78
77
run : |
79
78
date
80
- echo "y" | ob run benchmark -b Clustering.yaml --local --threads 2
79
+ echo "y" | ob run benchmark -b Clustering.yaml --local --threads 10
81
80
date
82
81
if : matrix.ob_branch == 'main'
83
82
You can’t perform that action at this time.
0 commit comments