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

Add a snapshot test for native module resolution #5423

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Conversation

charliermarsh
Copy link
Member

No description provided.

@charliermarsh charliermarsh added the internal An internal refactor or improvement label Jun 28, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 28, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

Benchmark

Linux

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.00      7.8±0.03ms     5.2 MB/sec    1.00      7.8±0.02ms     5.2 MB/sec
formatter/numpy/ctypeslib.py               1.00   1721.7±1.66µs     9.7 MB/sec    1.00   1723.4±2.49µs     9.7 MB/sec
formatter/numpy/globals.py                 1.00    194.7±0.36µs    15.2 MB/sec    1.00    195.6±3.39µs    15.1 MB/sec
formatter/pydantic/types.py                1.01      3.7±0.00ms     6.8 MB/sec    1.00      3.7±0.01ms     6.9 MB/sec
linter/all-rules/large/dataset.py          1.00     13.4±0.13ms     3.0 MB/sec    1.00     13.3±0.10ms     3.1 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      3.3±0.01ms     5.0 MB/sec    1.00      3.3±0.01ms     5.0 MB/sec
linter/all-rules/numpy/globals.py          1.00    428.2±0.42µs     6.9 MB/sec    1.00    430.1±0.45µs     6.9 MB/sec
linter/all-rules/pydantic/types.py         1.02      6.0±0.17ms     4.2 MB/sec    1.00      5.9±0.05ms     4.3 MB/sec
linter/default-rules/large/dataset.py      1.00      6.7±0.02ms     6.1 MB/sec    1.01      6.7±0.03ms     6.1 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00   1481.2±1.75µs    11.2 MB/sec    1.00   1475.2±3.36µs    11.3 MB/sec
linter/default-rules/numpy/globals.py      1.00    167.8±0.49µs    17.6 MB/sec    1.00    168.6±0.62µs    17.5 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.1±0.02ms     8.3 MB/sec    1.00      3.1±0.01ms     8.3 MB/sec

Windows

group                                      main                                   pr
-----                                      ----                                   --
formatter/large/dataset.py                 1.01      9.2±0.09ms     4.4 MB/sec    1.00      9.1±0.11ms     4.5 MB/sec
formatter/numpy/ctypeslib.py               1.00  1964.6±25.59µs     8.5 MB/sec    1.00  1965.5±24.14µs     8.5 MB/sec
formatter/numpy/globals.py                 1.00    219.2±4.93µs    13.5 MB/sec    1.01    220.6±5.39µs    13.4 MB/sec
formatter/pydantic/types.py                1.01      4.3±0.05ms     5.9 MB/sec    1.00      4.3±0.06ms     5.9 MB/sec
linter/all-rules/large/dataset.py          1.00     15.1±0.16ms     2.7 MB/sec    1.01     15.2±0.13ms     2.7 MB/sec
linter/all-rules/numpy/ctypeslib.py        1.00      4.0±0.04ms     4.2 MB/sec    1.01      4.0±0.05ms     4.1 MB/sec
linter/all-rules/numpy/globals.py          1.00    489.9±6.77µs     6.0 MB/sec    1.00    489.5±6.40µs     6.0 MB/sec
linter/all-rules/pydantic/types.py         1.00      6.7±0.08ms     3.8 MB/sec    1.00      6.7±0.06ms     3.8 MB/sec
linter/default-rules/large/dataset.py      1.00      7.8±0.08ms     5.2 MB/sec    1.00      7.9±0.10ms     5.2 MB/sec
linter/default-rules/numpy/ctypeslib.py    1.00  1663.4±18.73µs    10.0 MB/sec    1.01  1673.8±22.41µs     9.9 MB/sec
linter/default-rules/numpy/globals.py      1.00    190.3±3.91µs    15.5 MB/sec    1.01    191.6±3.45µs    15.4 MB/sec
linter/default-rules/pydantic/types.py     1.00      3.5±0.04ms     7.3 MB/sec    1.01      3.5±0.06ms     7.2 MB/sec

@charliermarsh charliermarsh enabled auto-merge (squash) June 28, 2023 18:14
@charliermarsh charliermarsh merged commit 0e12eb3 into main Jun 28, 2023
15 checks passed
@charliermarsh charliermarsh deleted the charlie/native branch June 28, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant