Update benchmark instructions

This commit is contained in:
Maximilian Stoiber
2018-01-29 20:46:56 +01:00
committed by Nicolas Gallagher
parent 6e96ee4f3c
commit 865034e8f7
2 changed files with 11 additions and 3 deletions
+9 -1
View File
@@ -85,10 +85,18 @@ yarn compile --watch
## Benchmarks
To run the performance benchmarks in a browser (opening `./packages/benchmarks/index.html`):
To run the benchmarks locally:
```
yarn benchmarks
open ./packages/benchmarks/dist/index.html
```
To develop against these benchmarks:
```
yarn compile --watch
yarn benchmarks --watch
```
### New Features
+2 -2
View File
@@ -5,7 +5,7 @@ Try the [benchmarks app](https://necolas.github.io/react-native-web/benchmarks)
To run the benchmarks locally:
```
yarn benchmark
yarn benchmarks
open ./packages/benchmarks/dist/index.html
```
@@ -13,7 +13,7 @@ Develop against these benchmarks:
```
yarn compile --watch
yarn benchmark --watch
yarn benchmarks --watch
```
## Notes