Files
react/fixtures/devtools/scheduling-profiler
Sebastian Markbåge 568dc3532e Remove unstable_createRoot from internal builds (#21698)
These callsites were already removed as far as I can tell.
2021-06-17 11:29:30 -07:00
..

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.