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

Add support for passing query parameters into benchmark URIs #7632

Closed
wants to merge 3 commits into from

Conversation

kenzieschmoll
Copy link
Member

This will unblock flutter/devtools#8320

@kenzieschmoll kenzieschmoll marked this pull request as ready for review September 11, 2024 23:05
Copy link
Contributor

@eyebrowsoffire eyebrowsoffire left a comment

Choose a reason for hiding this comment

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

LGTM

auto-submit bot pushed a commit that referenced this pull request Sep 12, 2024
…7640)

A breaking change to this package will follow that changes the structure of setting the initial path for the benchmark run. This was originally done in #7632, which was closed because there were more changes needed to get the tests to pass. This cleanup is part of that work.

This PR
- moves the benchmark clients to `test_app/benchmark` following pub package guidance for naming conventions
- regenerates the test_app web assets using `flutter create` to ensure the web configuration is up to date
- adds more structure to the benchmark test_infra setup to provide a more thorough example of what a user of this package might need to do. I followed the structure that is used in DevTools benchmark tests.
auto-submit bot pushed a commit that referenced this pull request Sep 30, 2024
This will unblock flutter/devtools#8320. This is a follow up to the initial attempt here: #7632
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants