-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test adult-train: reduce checking (#211)
GitHub: GH-188 Because csv file is too big (32,561 rows). Before this change: ```console $ time ruby test/run-test.rb -t AdultTest::train --verbose=important-only Finished in 2.742848 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m3.366s user 0m3.064s sys 0m0.183s ``` After this change: ```console $ time ruby test/run-test.rb -t AdultTest::train --verbose=important-only Finished in 0.001817 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.587s user 0m0.395s sys 0m0.093s ```
- Loading branch information
Showing
1 changed file
with
18 additions
and
43 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