Conversation
|
Contributor
Performance Comparison ReportSignificant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
Changes To CountThere are no entries Added ScenariosThere are no entries Removed ScenariosThere are no entries |
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 <guven.karanfil@smartface.io> Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com> * chore: v1.0.0-rc.5 * chore: fix yarn.lock * chore: fix reassure-tests.sh --------- Co-authored-by: Güven Karanfil <40958989+guvenkaranfil@users.noreply.github.com> Co-authored-by: Guven Karanfil <guven.karanfil@smartface.io>
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.
Summary
Test plan