Skip to content

Commit

Permalink
Docs: Remove for deleted npm run profile script (#13931)
Browse files Browse the repository at this point in the history
The script was deleted in #11854
after it stopped working when we moved from Browserify to webpack. This
commit removes the leftover docs and two of the three benchmark files.
`large.js` is used by a test case ensuring we can read > 4k data from
stdin. If we eventually add in a new profile command, we'll likely want
new examples anyway that contain more modern JS rather than just the ES5
examples we had before.
  • Loading branch information
btmills committed Dec 18, 2020
1 parent ab240d4 commit 9247683
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13,389 deletions.
15 changes: 0 additions & 15 deletions docs/developer-guide/development-environment.md
Expand Up @@ -90,18 +90,3 @@ Generates `build/eslint.js`, a version of ESLint for use in the browser
#### npm run docs

Generates JSDoc documentation and places it into `/jsdoc`.

#### npm run profile

This command is used for intensive profiling of ESLint using Chrome Developer Tools. It starts a development server that runs through three profiles:

* Large - Runs ESLint on JSHint
* Medium - Runs ESLint on jQuery
* Small - Runs ESLint on KnockoutJS

Your browser should automatically open to the page in question. When that happens:

1. Open up developer tools
1. Click on Profiles

You should start to see profiles for each run show up on the left side. If not, reload the page in the browser. Once all three profiles have completed, they will be available for inspection.
38 changes: 0 additions & 38 deletions tests/bench/bench.js

This file was deleted.

0 comments on commit 9247683

Please sign in to comment.