Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test sudachi-synonym-dictionary: reduce checking #225

Commits on Sep 8, 2024

  1. test sudachi-synonym-dictionary: reduce checking

    GitHub: red-data-toolsGH-188
    
    Because csv file is too big (67,753 rows).
    
    Before this change:
    
    ```console
    $ time ruby test/run-test.rb -t SudachiSynonymDictionaryTest --verbose=important-only
    Finished in 1.296801 seconds.
    2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0
    notifications
    
    real    0m1.964s
    user    0m1.740s
    sys     0m0.118s
    ```
    
    After this change:
    
    ```console
    $ time ruby test/run-test.rb -t SudachiSynonymDictionaryTest --verbose=important-only
    Finished in 0.010658 seconds.
    2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0
    notifications
    
    real    0m0.634s
    user    0m0.455s
    sys     0m0.092s
    ```
    tikkss committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d900a15 View commit details
    Browse the repository at this point in the history