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

Forward-merge branch-24.10 into branch-24.12 #1465

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. Switch traceback to native in pytests (#1464)

    In cudf & cuml we have observed a ~10% to ~20% respectively speed up of pytest suite execution by switching pytest traceback to `--native`:
    
    ```
    currently:
    
    102474 passed, 2117 skipped, 902 xfailed in 892.16s (0:14:52)
    
    --tb=short:
    
    102474 passed, 2117 skipped, 902 xfailed in 898.99s (0:14:58)
    
    --tb=no:
    
    102474 passed, 2117 skipped, 902 xfailed in 815.98s (0:13:35)
    
    --tb=native:
    
    102474 passed, 2117 skipped, 902 xfailed in 820.92s (0:13:40)
    ```
    
    This PR makes similar change to `cuspatial` repo.
    
    xref: rapidsai/cudf#16851
    
    Authors:
      - GALI PREM SAGAR (https://github.com/galipremsagar)
    
    Approvers:
      - Bradley Dice (https://github.com/bdice)
      - Paul Taylor (https://github.com/trxcllnt)
    
    URL: #1464
    galipremsagar authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d4835ee View commit details
    Browse the repository at this point in the history