Skip to content

test(tabs): add performance tests for mat-tabs #19752

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
merged 5 commits into from
Aug 12, 2020

Conversation

wagnermaciel
Copy link
Contributor

Overview

  • Renders a tab group with 3 tabs.
  • Renders a tab group with 10 tabs.
  • Switches between three tabs.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jun 24, 2020
@wagnermaciel wagnermaciel marked this pull request as ready for review June 25, 2020 00:42
@wagnermaciel wagnermaciel requested a review from a team as a code owner June 25, 2020 00:42
isLargeTabGroupVisible = false;

showSmallTabGroup() { this.isSmallTabGroupVisible = true; }
showLargeTabGroup() { this.isLargeTabGroupVisible = true; }
Copy link
Member

Choose a reason for hiding this comment

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

Since the two properties are public, couldn't you change them directly from the view without going through a method?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is just my preferred way to do this

@wagnermaciel
Copy link
Contributor Author

This performance test cannot be merged in until PR #38026 is completed. I will revisit this PR once it is merged.

Copy link
Member

@crisbeto crisbeto left a comment

Choose a reason for hiding this comment

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

LGTM

@crisbeto crisbeto added the lgtm label Jul 29, 2020
@wagnermaciel wagnermaciel added action: merge The PR is ready for merge by the caretaker merge safe target: patch This PR is targeted for the next patch release labels Jul 29, 2020
@mmalerba mmalerba removed the lgtm label Jul 31, 2020
Copy link
Member

@devversion devversion left a comment

Choose a reason for hiding this comment

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

LGTM. One minor nit. Add merge ready if you think it's good to go.

@devversion devversion removed the action: merge The PR is ready for merge by the caretaker label Aug 3, 2020
@wagnermaciel wagnermaciel added the action: merge The PR is ready for merge by the caretaker label Aug 11, 2020
@andrewseguin andrewseguin merged commit 094a49c into angular:master Aug 12, 2020
andrewseguin pushed a commit that referenced this pull request Aug 12, 2020
* test(tabs): add performance tests for mat-tabs

* fixup! test(tabs): add performance tests for mat-tabs

* fixup! test(tabs): add performance tests for mat-tabs

* fixup! test(tabs): add performance tests for mat-tabs

* fixup! test(tabs): add performance tests for mat-tabs

(cherry picked from commit 094a49c)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2020
@wagnermaciel wagnermaciel deleted the tabs-benchmark branch January 14, 2021 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants