Skip to content

Commit

Permalink
Time our tests for n=8
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jul 3, 2024
1 parent dd3c7ae commit 3a0b171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: |
brew install openmpi
pip install -e .[memprof,mpi,test]
pytest -n 3 armi
pytest -n 8 armi
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Run Tests
run: |
pip install -e .[memprof,mpi,test]
pytest -n 3 armi
pytest -n 8 armi
mpiexec -n 2 --use-hwthread-cpus coverage run --rcfile=pyproject.toml -m pytest --cov=armi --cov-config=pyproject.toml --ignore=venv armi/tests/test_mpiFeatures.py || true
mpiexec -n 2 --use-hwthread-cpus coverage run --rcfile=pyproject.toml -m pytest --cov=armi --cov-config=pyproject.toml --ignore=venv armi/tests/test_mpiParameters.py || true
2 changes: 1 addition & 1 deletion .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest -n 3 armi
pytest -n 8 armi
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py

0 comments on commit 3a0b171

Please sign in to comment.