Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sample command in scripts/bench/README.md #12853

Merged
merged 1 commit into from
May 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
In most cases, the only two commands you might want to use are:

- `yarn start`
- `yarn build core,dom-client --type=UMD_PROD && yarn start --skip-build`
- `yarn --cwd=../../ build core,dom-client --type=UMD_PROD && yarn start --skip-build`

The first command will run benchmarks with all the default settings. A local and remote build will occur on React and ReactDOM UMD bundles, both local and remote repos will be run against all benchmarks.

Expand Down Expand Up @@ -38,4 +38,4 @@ yarn start --headless

# runs only specific string matching benchmarks
yarn start --benchmark=hacker
```
```