-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make C++ tests run faster (fewer tests) (#1989)
Modified the most expensive C++ tests to run fewer tests. Closes #1555 Added an option (like in the rmat tests) to run a specific test file if the developer wants to manually run larger tests. For example: ```tests/COARSEN_GRAPH_TEST --gtest_filter=file_ben* --test_file_name=test/datasets/ljournal-2008.mtx``` The smaller graphs *should* be small enough to test things. Once we add C++ code coverage we should be able to verify this. On my local workstation this reduced the time spent executing the C++ tests by about 25 minutes. Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Kumar Aatish (https://github.com/kaatish) - Seunghwa Kang (https://github.com/seunghwak) URL: #1989
- Loading branch information
1 parent
1f99607
commit c49f049
Showing
6 changed files
with
418 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.