-
Notifications
You must be signed in to change notification settings - Fork 30
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
refactor: rename meassurePerformance
to measureRenders
#433
Merged
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
🦋 Changeset detectedLatest commit: 41f6a1e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Performance Comparison ReportSignificant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
Changes To CountThere are no entries Added ScenariosThere are no entries Removed ScenariosThere are no entries |
meassurePerformance
to measureRenders
thymikee
reviewed
Jan 4, 2024
thymikee
reviewed
Jan 4, 2024
thymikee
approved these changes
Jan 4, 2024
This was referenced Jan 28, 2024
mdjastrzebski
added a commit
that referenced
this pull request
Feb 21, 2024
* refactor: rename measurePerformance to measureRenders * refactor: expose legacy `measurePerformance` alias * chore: file naming * chore: add changeset * refactor: add `writeFile` option * refactor: warn once * docs: tweaks * refactor: rename MeasureRendersOptions * refactor: rename resetToDefaults
mdjastrzebski
added a commit
that referenced
this pull request
Feb 21, 2024
* refactor: rename `meassurePerformance` to `measureRenders` (#433) * refactor: rename measurePerformance to measureRenders * refactor: expose legacy `measurePerformance` alias * chore: file naming * chore: add changeset * refactor: add `writeFile` option * refactor: warn once * docs: tweaks * refactor: rename MeasureRendersOptions * refactor: rename resetToDefaults * refactor: cleanup logger exports (#434) * chore: yarn upgrade * refactor: cleanup logger exports * chore: add change sets * chore: upgrade deps 2024-01-05 (#435) * chore: update some deps * chore: upgrade babel * chore upgrade types * chore: upgrade line * chore: upgrade react-native * fix: fix logger outputing undefined in report * chore: upgrade danger and turborepo * chore: upgrade eslint config (#437) * chore: upgrade eslint config * refactor: fix issues * chore: update test-app * chore: fix ts * chore: update snapshots * chore: ignore `lib` in test * chore: fix tests * chore: fix ci dangerfile * chore: simplify folder structure (#438) * refactor: revert measureRenders name # Conflicts: # packages/measure/CHANGELOG.md # packages/reassure/CHANGELOG.md # test-apps/native/CHANGELOG.md * refactor: revert reset to defaults rename * chore: reformat * refactor: revert measureRender rename
mdjastrzebski
added a commit
that referenced
this pull request
Feb 21, 2024
* refactor: rename measurePerformance to measureRenders * refactor: expose legacy `measurePerformance` alias * chore: file naming * chore: add changeset * refactor: add `writeFile` option * refactor: warn once * docs: tweaks * refactor: rename MeasureRendersOptions * refactor: rename resetToDefaults
mdjastrzebski
added a commit
that referenced
this pull request
Feb 21, 2024
mdjastrzebski
added a commit
that referenced
this pull request
Feb 22, 2024
mdjastrzebski
added a commit
that referenced
this pull request
Apr 25, 2024
mdjastrzebski
added a commit
that referenced
this pull request
May 4, 2024
mdjastrzebski
added a commit
that referenced
this pull request
Jun 16, 2024
* refactor: rename `meassurePerformance` to `measureRenders` (#433) * chore: v1.0.0-beta * docs: update changelogs * docs: migration guide * chore: update snapshots * chore: update node ver on GH * chore: v1.0.0-rc * chore: v1.0.0-rc.1 * chore: reorganize repo deps (#477) * refactor: migrate deps * chore: dedup eslint * chore: fix eslint deps * chore: yarn berry (#478) * chore: yarn berry (wip) chore: forward reassure cli in the main package chore: remove --force chore: fix ci chore: fix ci chore: fix typecheck chore: fix danger chore: fix danger chore: fix ci chore: fix danger refactor: tweaks * chore: workspace deps * chore: add changeset * chore: v1.0.0-rc.2 * chore: fix versions * chore: fix version deps between packages * chore: v1.0.0-rc.3 * fix: iso date milliseconds regex (#481) * chore: check deps consistency (#482) * chore: pdate deps 2024-05-09 (#484) * chore: update deps * chore: fix lint * chore: update danger (#483) chore: update danger.js * chore: upgrade RN / test app (#485) * chore: upgrade turbo * chore: update React Native / test app * chore: fix wasm error * chore: updata other deps (#486) * chore: update other deps * chore: update peer deps * chore: update deps * feat: enable wasm by default (#488) * chore: tweak workflow (#490) * chore: tweak workflow * chore: update docs * chore: export types (#489) * chore: export types * chore: gen yarn.lock * chore: tweaks docs * refactor: rename types * chore: add docs * chore: clean scripts (#491) * chore: clean scripts * chore: tweak turbo * chore: add missing changeset * chore: v1.0.0-beta.4 * chore: regenerate yarn.lock * feat: detect unnecessary render and warn user (#468) * feat: detect unnecessary render and warn user feat: capture json representations in an array to compare after for unnecessary rendering fix: get current testingLibrary for comparasion only react-native for now fix: save json representation instead of string for rendered component state and compare changes between states using dfs fix: test name fix: update comparasion function and save compare results into output.json and show comparation results in the end of the test fix: update interface and variable names based on pr recommendatations chore: rebase to v1 * refactor: improve output formatting * refactor: fix typo * refactor: remove unnecessary warning * refactor: improve testing * refactor: improve report criteria * refactor: improve naming * refactor: improve code structure & tests * refactor: tweaks * feat: improve markdown output * refactor: custom tree comparer * refactor: clean up code * refactor: update JSON structure * refactor: use "initial update count" naming * chore: fix lint * chore: improve tests * refactor: tweaks * docs: update * refactor: self code review * docs: tweaks * chore: add changeset * refactor: final tweaks --------- Co-authored-by: Guven Karanfil <[email protected]> Co-authored-by: Maciej Jastrzebski <[email protected]> * chore: v1.0.0-rc.5 * chore: fix yarn.lock * chore: fix reassure-tests.sh --------- Co-authored-by: Güven Karanfil <[email protected]> Co-authored-by: Guven Karanfil <[email protected]>
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.
Summary
Rename
measurePerformance
tomeasureRenders
to clarify it's meaning when we now also havemeasureFunction
feature. The legacy alias is still available with a deprecation notice.Test plan