[TEST] Added performance regression tests (#283)
This commit is contained in:
15
.github/workflows/integration-tests.yml
vendored
15
.github/workflows/integration-tests.yml
vendored
@@ -24,11 +24,16 @@ jobs:
|
||||
cd python
|
||||
pip3 install -e .
|
||||
|
||||
- name: Run benchmarks
|
||||
- name: Regression tests
|
||||
run: |
|
||||
cd python/bench
|
||||
python3 -m run
|
||||
cd python/test/regression
|
||||
sudo nvidia-smi -i 0 --lock-gpu-clocks=1350,1350
|
||||
sudo nvidia-smi -i 0 --lock-memory-clocks=877,877
|
||||
pytest -vs .
|
||||
sudo nvidia-smi -i 0 -rgc
|
||||
sudo nvidia-smi -i 0 -rmc
|
||||
|
||||
- name: Run unit tests
|
||||
- name: Unit tests
|
||||
run: |
|
||||
pytest .
|
||||
cd python/test/unit
|
||||
pytest -vs .
|
Reference in New Issue
Block a user