|
@ -1,8 +1,16 @@ |
|
|
### If you commit changes: |
|
|
### If you commit changes: |
|
|
|
|
|
|
|
|
1. Make sure all tests pass. |
|
|
1. Make sure all tests pass. |
|
|
2. Run `./benchmark/benchmark.js`, make sure that performance not degraded. |
|
|
2. Install dependencies for benchmark: |
|
|
3. DON'T include auto-generated browser files to commit. |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
npm i benchmark |
|
|
|
|
|
npm i commonmark |
|
|
|
|
|
npm i marked |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
3. Run `./benchmark/benchmark.js`, make sure that performance not degraded. |
|
|
|
|
|
4. DON'T include auto-generated browser files to commit. |
|
|
|
|
|
|
|
|
### Other things: |
|
|
### Other things: |
|
|
|
|
|
|
|
|