Skip to content

Commit 84ebda9

Browse files
TransurgeonWilliam Zijie Zhang
and
William Zijie Zhang
authored
Cleanup performance_test and test_benchmarks (cvxpy#2592)
* removing unused tests * removing performance tests from setup * Revert "removing unused tests" This reverts commit 71c0feb. * Revert "removing performance tests from setup" This reverts commit 29b5ca5. * adding minor change to README to test CI * Revert "Revert "removing unused tests"" This reverts commit 3c41aec. * Revert "Revert "removing performance tests from setup"" This reverts commit 94f02d4. * Revert "adding minor change to README to test CI" This reverts commit 5a63e8e. * removing performance_tests from test_script --------- Co-authored-by: William Zijie Zhang <william@gridmatic.com>
1 parent fbc3a22 commit 84ebda9

File tree

7 files changed

+2
-549
lines changed

7 files changed

+2
-549
lines changed

continuous_integration/test_script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ if [[ "$SINGLE_ACTION_CONFIG" == "True" ]]; then
2323
pytest cvxpy/tests --cov=cvxpy --cov-report xml:coverage.xml
2424
else
2525
pytest cvxpy/tests
26-
fi
27-
28-
pytest cvxpy/performance_tests
26+
fi

cvxpy/performance_tests/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

cvxpy/performance_tests/test_param_cache.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

cvxpy/performance_tests/test_robustness.py

Lines changed: 0 additions & 109 deletions
This file was deleted.

cvxpy/performance_tests/test_warmstart.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)