reassure
reassure copied to clipboard
Performance testing companion for React and React Native
**Describe the improvement** Currently the Danger JS pluging code is in main `reassure` package. As we now have monorepo and plan to have multiple CI integrations it should be moved...
### Summary Let's see how it goes ### Test plan
Ideally something simple, like we have it in RN CLI for example. _Originally posted by @thymikee in https://github.com/callstack/reassure/pull/76#discussion_r919803111_
**Is your feature request related to a problem? Please describe.** Currently we piggy back on Danger JS to offer support to popular CIs. This request is about building direct integration...
**Is your feature request related to a problem? Please describe.** Currently our `current.perf` and `baseline.perf` contain only performance results. Hence having such files does not allow you to tell on...
## Description Since migration to monorepo setup, there are some unnecessary deps packages extracted from single large package. ## Scope * review `deps`, `devDeps` & `peerDeps` in all packages, remove...
Scope: * separate import for using RTL and React.js * duplicate `renderMeasure` using RTL `render` and `RenderAPI` * web example app (tests actually)
## Summary @TMaszko & @Xiltyn reported that under some circumstances render counts fluctuates by +/- 1 or +/- 2 between runs when applying Perf Tests on complex codebase. Theirs initial...
Investigate what's up there in the jest-expo preset that prevents `global.gc` from being correctly populated by the `--expose-gc` flag. See: https://github.com/callstack/reassure/issues/174