Skip to content

Instantly share code, notes, and snippets.

@mysticatea
Created February 6, 2017 21:46
Show Gist options
  • Save mysticatea/65b6e7a3298b6dc255389e79725f9c70 to your computer and use it in GitHub Desktop.
Save mysticatea/65b6e7a3298b6dc255389e79725f9c70 to your computer and use it in GitHub Desktop.
~\Documents\GitHub\eslint [no-undefined-false-positives ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" li
b tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 19.579 | 97.5%
no-underscore-dangle | 0.498 | 2.5%
~\Documents\GitHub\eslint [no-undefined-false-positives ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" li
b tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 20.760 | 98.6%
no-underscore-dangle | 0.302 | 1.4%
~\Documents\GitHub\eslint [no-undefined-false-positives ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" li
b tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 22.301 | 98.6%
no-underscore-dangle | 0.324 | 1.4%
~\Documents\GitHub\eslint [no-undefined-false-positives ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" li
b tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 19.784 | 98.4%
no-underscore-dangle | 0.315 | 1.6%
~\Documents\GitHub\eslint [no-undefined-false-positives ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" li
b tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 19.486 | 98.4%
no-underscore-dangle | 0.308 | 1.6%
~\Documents\GitHub\eslint [master ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" lib tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 102.105 | 99.7%
no-underscore-dangle | 0.290 | 0.3%
~\Documents\GitHub\eslint [master ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" lib tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 115.012 | 99.7%
no-underscore-dangle | 0.296 | 0.3%
~\Documents\GitHub\eslint [master ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" lib tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 120.275 | 99.8%
no-underscore-dangle | 0.298 | 0.2%
~\Documents\GitHub\eslint [master ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" lib tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 104.281 | 99.7%
no-underscore-dangle | 0.309 | 0.3%
~\Documents\GitHub\eslint [master ≡]> node ./bin/eslint.js --no-eslintrc --parser-options "ecmaVersion: 6" --rule "no-undefined: error" lib tests
Rule | Time (ms) | Relative
:--------------------|----------:|--------:
no-undefined | 112.261 | 99.6%
no-underscore-dangle | 0.419 | 0.4%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment