-
Notifications
You must be signed in to change notification settings - Fork 124
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
Cythonize the call loop #263
Open
goodboy
wants to merge
11
commits into
pytest-dev:main
Choose a base branch
from
goodboy:cythonize_call_loop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jun 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 995c1ba - Browse repository at this point
Copy the full SHA 995c1baView commit details -
Cythonize `pluggy.callers._multicall` which gives around a 2x speedup according to the benchmark suite. Transform the `pluggy.callers` module in a new package and move utils and the legacy call loop into separate modules.
Configuration menu - View commit details
-
Copy full SHA for e586fb5 - Browse repository at this point
Copy the full SHA e586fb5View commit details -
Build cython extension in packaging
When cython is installed always rebuild the C sources, when not installed use whatever C sources were included in the sdist.
Configuration menu - View commit details
-
Copy full SHA for a0ffaa6 - Browse repository at this point
Copy the full SHA a0ffaa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd1ec5 - Browse repository at this point
Copy the full SHA 7bd1ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08db646 - Browse repository at this point
Copy the full SHA 08db646View commit details -
Configuration menu - View commit details
-
Copy full SHA for e003fc4 - Browse repository at this point
Copy the full SHA e003fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323ce41 - Browse repository at this point
Copy the full SHA 323ce41View commit details -
Revert "Drop
callertype
fixture from benchmark tests"This reverts commit 72948af since we need this parametrization for testing the cythonized version of `_multicall` aka `pluggy.caller.cythonized._c_multicall()`.
Configuration menu - View commit details
-
Copy full SHA for 044aa54 - Browse repository at this point
Copy the full SHA 044aa54View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17cfeb - Browse repository at this point
Copy the full SHA c17cfebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b826f75 - Browse repository at this point
Copy the full SHA b826f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d4eb4 - Browse repository at this point
Copy the full SHA f5d4eb4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.