forked from red-data-tools/red-datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test house-of-representative: reduce checking
GitHub: red-data-toolsGH-188 Because csv file is too big (10,779 rows). Before this change: ```console $ time ruby test/run-test.rb -t HouseOfRepresentativeTest --verbose=important-only Finished in 2.679117 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m3.295s user 0m3.031s sys 0m0.152s ``` After this change: ```console $ time ruby test/run-test.rb -t HouseOfRepresentativeTest --verbose=important-only Finished in 0.095506 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.659s user 0m0.465s sys 0m0.103s ```
- Loading branch information
Showing
1 changed file
with
42 additions
and
91 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