Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/@lwc/perf-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ cd packages/@lwc/perf-benchmarks
../../../node_modules/.bin/tach --config dist/__benchmarks__/path/to/tachometer.json
```

> [!TIP]
> Running all of the benchmarks will take multiple hours. Let it run overnight!

## Manual testing

When the benchmark is not working, the best way to debug it locally is to load its HTML file and inspect it in the Chrome DevTools. After building, you can run:
Expand Down Expand Up @@ -84,3 +87,6 @@ This package also supports [Best](https://bestjs.dev) as a benchmark runner. To
Or for CI:

yarn test:performance:best:ci

> [!TIP]
> Best tests only take a few dozen minutes. Take a break!