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.
GitHub: red-data-toolsGH-188 Because csv file is too big (16,281 rows). Before this change: ```console $ time ruby test/run-test.rb -t AdultTest::test --verbose=important-only Finished in 1.355024 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m1.980s user 0m1.777s sys 0m0.113s ``` After this change: ```console $ time ruby test/run-test.rb -t AdultTest::test --verbose=important-only Finished in 0.002213 seconds. 1 tests, 1 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.619s user 0m0.442s sys 0m0.089s ```
- 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