File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1818jobs :
1919 run-benchmark :
2020 name : run_clustbench
21- runs-on : ubuntu-latest
22- # # runs-on: self-hosted
21+ # # runs-on: ubuntu-latest
22+ runs-on : self-hosted
2323 strategy :
2424 matrix :
2525 ob_branch : [dev, reduce_install_scope, main]
@@ -33,13 +33,17 @@ jobs:
3333 - name : Install (with) micromamba
3434 uses : mamba-org/setup-micromamba@v2
3535 with :
36- # cache-environment: true
36+ cache-environment : true
3737 micromamba-version : ${{ matrix.micromamba_version }}
38-
38+ environment-name : test-env
39+ create-args : >-
40+ python=3.12
41+ pip
42+ conda
43+
3944 - name : Overwrite omnibenchmark CLI to branch
4045 shell : bash -l {0}
4146 run : |
42- mamba install -y pip
4347 pip install git+https://github.com/omnibenchmark/omnibenchmark.git@${{ matrix.ob_branch }}
4448
4549 # - name: Enable a benchmarking `out` cache
@@ -51,19 +55,17 @@ jobs:
5155
5256 - name : Run benchmark
5357 shell : bash -l {0}
54- continue-on-error : false
5558 run : |
5659 date
57- echo "y" | ob run benchmark -b Clustering.yaml --local --cores 2 --continue-on-error
60+ echo "y" | ob run benchmark -b Clustering.yaml --local --cores 10 --continue-on-error
5861 date
5962 if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
6063
6164 - name : Run benchmark
6265 shell : bash -l {0}
63- continue-on-error : false
6466 run : |
6567 date
66- echo "y" | ob run benchmark -b Clustering.yaml --local --threads 2
68+ echo "y" | ob run benchmark -b Clustering.yaml --local --threads 10
6769 date
6870 if : matrix.ob_branch == 'main'
6971
Original file line number Diff line number Diff line change 1818jobs :
1919 run-benchmark :
2020 name : run_clustbench
21- runs-on : ubuntu-latest
22- # # runs-on: self-hosted
21+ # # runs-on: ubuntu-latest
22+ runs-on : self-hosted
2323 strategy :
2424 matrix :
2525 ob_branch : [dev, reduce_install_scope, main]
6565
6666 - name : Run benchmark
6767 shell : bash -l {0}
68- continue-on-error : false
6968 run : |
7069 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
7271 date
7372 if : matrix.ob_branch == 'dev' || matrix.ob_branch == 'reduce_install_scope'
7473
7776 continue-on-error : false
7877 run : |
7978 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
8180 date
8281 if : matrix.ob_branch == 'main'
8382
You can’t perform that action at this time.
0 commit comments