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

[Merged by Bors] - perf (AlgebraicGeometry.Properties): Speed up one declaration #9035

Closed
wants to merge 2 commits into from

Conversation

mattrobball
Copy link
Collaborator

This speeds up on declaration by breaking up a defeq check into a single task.


Open in Gitpod

@mattrobball mattrobball added awaiting-review The author would like community review of the PR awaiting-CI labels Dec 13, 2023
@mattrobball
Copy link
Collaborator Author

!bench

@leanprover-bot
Copy link
Collaborator

Here are the benchmark results for commit bc6e97d.
There were significant changes against commit 91ebbbe:

  Benchmark                               Metric         Change
  =============================================================
+ ~Mathlib.AlgebraicGeometry.Properties   instructions   -34.7%

Copy link
Collaborator

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impressive!

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by YaelDillies.

Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

If CI passes, please remove the label awaiting-CI and merge this yourself, by adding a comment bors r+.

bors d+

@mathlib-bors
Copy link

mathlib-bors bot commented Dec 14, 2023

✌️ mattrobball can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added delegated and removed awaiting-review The author would like community review of the PR labels Dec 14, 2023
@mattrobball
Copy link
Collaborator Author

!bench

@leanprover-bot
Copy link
Collaborator

Here are the benchmark results for commit a5cf391.
There were significant changes against commit 91ebbbe:

  Benchmark                               Metric         Change
  =============================================================
+ ~Mathlib.AlgebraicGeometry.Properties   instructions   -35.2%

@mattrobball
Copy link
Collaborator Author

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Dec 14, 2023
mathlib-bors bot pushed a commit that referenced this pull request Dec 14, 2023
This speeds up on declaration by breaking up a defeq check into a single task.



Co-authored-by: Johan Commelin <johan@commelin.net>
@mathlib-bors
Copy link

mathlib-bors bot commented Dec 14, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title perf (AlgebraicGeometry.Properties): Speed up one declaration [Merged by Bors] - perf (AlgebraicGeometry.Properties): Speed up one declaration Dec 14, 2023
@mathlib-bors mathlib-bors bot closed this Dec 14, 2023
@mathlib-bors mathlib-bors bot deleted the mrb/ag_hack branch December 14, 2023 12:06
awueth pushed a commit that referenced this pull request Dec 19, 2023
This speeds up on declaration by breaking up a defeq check into a single task.



Co-authored-by: Johan Commelin <johan@commelin.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants