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 (277,656 rows). Before this change: ```console $ time ruby test/run-test.rb -t GeoloniaTest --verbose=important-only Finished in 5.998956 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m6.603s user 0m6.146s sys 0m0.346s ``` After this change: ```console $ time ruby test/run-test.rb -t GeoloniaTest --verbose=important-only Finished in 0.001634 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m0.564s user 0m0.388s sys 0m0.087s ```
- Loading branch information
Showing
1 changed file
with
17 additions
and
41 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