Skip to content

Commit c1ea101

Browse files
internal: move benchmark.ts into resources folder (#3585)
1 parent ebb7bef commit c1ea101

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.eslintrc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -691,13 +691,9 @@ overrides:
691691
env:
692692
node: true
693693
rules:
694-
internal-rules/only-ascii: [error, { allowEmoji: true }]
695694
node/no-sync: off
696-
import/no-namespace: off
697695
import/no-unresolved: off
698696
import/no-nodejs-modules: off
699-
no-console: off
700-
no-await-in-loop: off
701697
- files: 'resources/**'
702698
env:
703699
node: true
@@ -709,6 +705,7 @@ overrides:
709705
import/no-extraneous-dependencies: [error, { devDependencies: true }]
710706
import/no-nodejs-modules: off
711707
no-console: off
708+
no-await-in-loop: off
712709
- files: 'resources/eslint-internal-rules/**'
713710
env:
714711
node: true
@@ -747,7 +744,6 @@ overrides:
747744
- website/docusaurus.config.js
748745
- website/sidebars.js
749746
- integrationTests/**/*
750-
- benchmark/**/*
751747
- resources/**/*
752748
env:
753749
node: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"version": "ts-node resources/gen-version.ts && npm test && git add src/version.ts",
3333
"fuzzonly": "mocha --full-trace src/**/__tests__/**/*-fuzz.ts",
3434
"changelog": "ts-node resources/gen-changelog.ts",
35-
"benchmark": "ts-node benchmark/benchmark.ts",
35+
"benchmark": "ts-node resources/benchmark.ts",
3636
"test": "npm run lint && npm run check && npm run testonly:cover && npm run prettier:check && npm run check:spelling && npm run check:integrations",
3737
"lint": "eslint --cache --max-warnings 0 .",
3838
"check": "tsc --pretty",
File renamed without changes.

0 commit comments

Comments
 (0)