Skip to content

Commit 1193957

Browse files
authored
docs(perf-benchmarks): say how long things take (#5167)
1 parent 1c546b1 commit 1193957

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/@lwc/perf-benchmarks/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ cd packages/@lwc/perf-benchmarks
2121
../../../node_modules/.bin/tach --config dist/__benchmarks__/path/to/tachometer.json
2222
```
2323

24+
> [!TIP]
25+
> Running all of the benchmarks will take multiple hours. Let it run overnight!
26+
2427
## Manual testing
2528

2629
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:
@@ -84,3 +87,6 @@ This package also supports [Best](https://bestjs.dev) as a benchmark runner. To
8487
Or for CI:
8588

8689
yarn test:performance:best:ci
90+
91+
> [!TIP]
92+
> Best tests only take a few dozen minutes. Take a break!

0 commit comments

Comments
 (0)