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

Added editor setData manual performance test #6103

Merged
merged 7 commits into from
Jan 23, 2020
Merged

Added editor setData manual performance test #6103

merged 7 commits into from
Jan 23, 2020

Conversation

mlewand
Copy link
Contributor

@mlewand mlewand commented Jan 21, 2020

Suggested merge commit message (convention)

Internal: Added editor setData manual performance test. Part of #5880.


Additional information

In this micro PR I added a manual test for calling setData on the editor.

Fixtures (so the data that we consider small/medium/large) are extracted as separate files to keep it DRY. Fun fact, it couldn't be .html file as it would not be served by our Karma/Webpack config so I went with .txt. Fixtures contain a dummy placeholder as setting it with proper content will be done in another PR.

@Reinmar Reinmar mentioned this pull request Jan 22, 2020
9 tasks
@jodator jodator self-requested a review January 23, 2020 11:33
@jodator jodator self-assigned this Jan 23, 2020
Copy link
Contributor

@jodator jodator left a comment

Choose a reason for hiding this comment

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

I've forgotten to start a review but only one comment. The (optional) step doesn't look like optional for testing performance :) We cannot have those only on a "gut feeling".

@mlewand
Copy link
Contributor Author

mlewand commented Jan 23, 2020

Ture, the only case when you can gut tell this are these "omg it takes so long that I'm going to take a coffee" kind of cases, which luckily I'm not aware of in our editor 😄

@jodator jodator merged commit 6d5a2b2 into master Jan 23, 2020
@jodator jodator deleted the i/5880 branch January 23, 2020 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants