test: Add very basic benchmark infrastructure#3431
Merged
Conversation
Contributor
Benchmark ResultsPackage flame:
Benchmarks provided with 💙 by Dart Benchmark Action. |
Member
|
How did the pub get output get into the table? 😆 |
Member
Author
|
Yeah, I guess melos add some extra output when running flutter test, which I failed to test... Should be fixed on 0.1.13. |
be9c7a7 to
2ba5224
Compare
spydon
approved these changes
Jan 5, 2025
luanpotter
commented
Jan 5, 2025
b1e39b8 to
95c56bb
Compare
spydon
approved these changes
Jan 7, 2025
nickf2k
pushed a commit
to nickf2k/flame
that referenced
this pull request
Nov 16, 2025
Add very basic benchmark infrastructure, using the `examples` app as a centralized benchmark playground and with first ever benchmark file just testing some components and updates (more to come). This also sets up the `dart-benchmark-action` to run, starting on this very PR!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add very basic benchmark infrastructure, using the
examplesapp as a centralized benchmark playground and with first ever benchmark file just testing some components and updates (more to come).This also sets up the
dart-benchmark-actionto run, starting on this very PR!Checklist
docsand added dartdoc comments with///.examplesordocs.Breaking Change?