-
Notifications
You must be signed in to change notification settings - Fork 373
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
chore: testing leanprover/lean4#4085 against nightly-testing #12719
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!bench |
Here are the benchmark results for commit 7293754. |
!bench |
Here are the benchmark results for commit e7526e3. Benchmark Metric Change
=================================================================================
+ build elaboration -6.5%
+ ~Mathlib.Algebra.Category.AlgebraCat.Monoidal instructions -11.1%
- ~Mathlib.Algebra.Category.ModuleCat.ChangeOfRings instructions 3.2%
- ~Mathlib.Algebra.Category.ModuleCat.Presheaf instructions 13.4%
+ ~Mathlib.Algebra.DirectLimit instructions -15.8%
+ ~Mathlib.Algebra.Lie.Quotient instructions -72.3%
- ~Mathlib.Algebra.Module.PID instructions 7.5%
+ ~Mathlib.Algebra.Module.Submodule.Localization instructions -52.0%
- ~Mathlib.AlgebraicGeometry.AffineScheme instructions 5.5%
- ~Mathlib.AlgebraicGeometry.GammaSpecAdjunction instructions 4.8%
- ~Mathlib.AlgebraicGeometry.OpenImmersion instructions 41.2%
- ~Mathlib.AlgebraicGeometry.Restrict instructions 294.2%
- ~Mathlib.AlgebraicGeometry.Scheme instructions 169.2%
+ ~Mathlib.Analysis.Normed.Group.Quotient instructions -75.0%
+ ~Mathlib.CategoryTheory.Generator instructions -48.0%
+ ~Mathlib.FieldTheory.IsAlgClosed.AlgebraicClosure instructions -44.0%
- ~Mathlib.Geometry.Manifold.MFDeriv.SpecificFunctions instructions 52.3%
- ~Mathlib.Geometry.RingedSpace.LocallyRingedSpace instructions 134.2%
- ~Mathlib.Geometry.RingedSpace.PresheafedSpace.Gluing instructions 4.7%
+ ~Mathlib.Geometry.RingedSpace.PresheafedSpace.HasColimits instructions -10.7%
+ ~Mathlib.GroupTheory.Coset instructions -79.2%
+ ~Mathlib.GroupTheory.GroupAction.Quotient instructions -76.8%
+ ~Mathlib.GroupTheory.QuotientGroup instructions -34.4%
+ ~Mathlib.LinearAlgebra.Isomorphisms instructions -55.7%
+ ~Mathlib.LinearAlgebra.Quotient instructions -28.5%
+ ~Mathlib.LinearAlgebra.QuotientPi instructions -68.1%
+ ~Mathlib.LinearAlgebra.SModEq instructions -89.4%
+ ~Mathlib.MeasureTheory.Measure.Haar.Quotient instructions -55.0%
- ~Mathlib.RepresentationTheory.GroupCohomology.Resolution instructions 3.6%
- ~Mathlib.RepresentationTheory.Rep instructions 20.3%
- ~Mathlib.RingTheory.SimpleModule instructions 21.1%
+ ~Mathlib.RingTheory.Smooth.Basic instructions -42.0%
+ ~Mathlib.RingTheory.Valuation.ValuationSubring instructions -22.8%
+ ~Mathlib.Topology.Algebra.InfiniteSum.Module instructions -60.3%
+ ~Mathlib.Topology.Instances.AddCircle instructions -59.4% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
merge-conflict
The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot)
new-contributor
This PR was made by a contributor with at most 5 merged PRs. Welcome to the community!
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.
This is the
lean-pr-testing-4085
branch, turned into a PR so we can run!bench
.