-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Use Airspeed Velocity for Regression Testing #35046
Draft
saraedum
wants to merge
21
commits into
sagemath:develop
Choose a base branch
from
saraedum:asv
base: develop
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.
Draft
Commits on Aug 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d7ff532 - Browse repository at this point
Copy the full SHA d7ff532View commit details
Commits on Sep 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 89d4afb - Browse repository at this point
Copy the full SHA 89d4afbView commit details
Commits on Sep 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 68869ae - Browse repository at this point
Copy the full SHA 68869aeView commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf9844b - Browse repository at this point
Copy the full SHA bf9844bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8883d8d - Browse repository at this point
Copy the full SHA 8883d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for beed616 - Browse repository at this point
Copy the full SHA beed616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffe8a9 - Browse repository at this point
Copy the full SHA 8ffe8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9751af - Browse repository at this point
Copy the full SHA e9751afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169fd19 - Browse repository at this point
Copy the full SHA 169fd19View commit details -
Configuration menu - View commit details
-
Copy full SHA for d441f2f - Browse repository at this point
Copy the full SHA d441f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d43f55 - Browse repository at this point
Copy the full SHA 9d43f55View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fb7e1d - Browse repository at this point
Copy the full SHA 9fb7e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 024cc9f - Browse repository at this point
Copy the full SHA 024cc9fView commit details -
Revert "Try to fix the mysterious errors"
This reverts commit 9fb7e1d.
Configuration menu - View commit details
-
Copy full SHA for 8ea099f - Browse repository at this point
Copy the full SHA 8ea099fView commit details -
Read and write from tmpfile to not block queue
it appears that you cannot send arbitrary amounts of data through a message queue in Python, see https://stackoverflow.com/questions/10028809/maximum-size-for-multiprocessing-queue-item. The queue will block pretty early. So we take load off the queue by using the local file system for some of the transfers. We still need to delete the files which is not done in this proof of concept yet.
Configuration menu - View commit details
-
Copy full SHA for e58617b - Browse repository at this point
Copy the full SHA e58617bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6645eed - Browse repository at this point
Copy the full SHA 6645eedView commit details
Commits on Feb 11, 2023
-
Resolve slowness in benchmark consumption by using a module name that…
… can be resolved by get_benchmark_from_name() in asv.benchmark
Configuration menu - View commit details
-
Copy full SHA for 129a168 - Browse repository at this point
Copy the full SHA 129a168View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1001a8 - Browse repository at this point
Copy the full SHA e1001a8View commit details -
Fix slowness when consuming asv results
by making sure that a module.class.method lookup works, i.e., by not having any . in the wrong places.
Configuration menu - View commit details
-
Copy full SHA for ab5414c - Browse repository at this point
Copy the full SHA ab5414cView commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb762cb - Browse repository at this point
Copy the full SHA bb762cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdfec0 - Browse repository at this point
Copy the full SHA 5bdfec0View 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.