Files
2021-04-30 15:23:45 -04:00

602 B

Test fixture for packages/react-devtools-scheduling-profiler

  1. First, run the fixture:
# In the root directory
# Download the latest *experimental* React build
scripts/release/download-experimental-build.js

# Run this fixtures
fixtures/devtools/scheduling-profiler/run.js
  1. Then open localhost:8000/ and use the Performance tab in Chrome to reload-and-profile.
  2. Now stop profiling and export JSON.
  3. Lastly, open react-scheduling-profiler.vercel.app and upload the performance JSON data you just recorded.