Skip to content

Commit 406f0be

Browse files
authored
Merge 07816b7 into c6dab2a
2 parents c6dab2a + 07816b7 commit 406f0be

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

.github/workflows/docs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
path: |
2424
package-lock.json
2525
packages/*/package-lock.json
26-
benchmark/*/package-lock.json
2726
backwards-compatability/*/package-lock.json
2827
metapackages/*/package-lock.json
2928
packages/*/package-lock.json

.github/workflows/w3c-integration-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
path: |
2222
package-lock.json
2323
packages/*/package-lock.json
24-
benchmark/*/package-lock.json
2524
metapackages/*/package-lock.json
2625
packages/*/package-lock.json
2726
integration-tests/*/package-lock.json

CONTRIBUTING.md

-6
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,3 @@ If all of the above requirements are met and there are no unresolved discussions
207207

208208
- Generate and export your [Github access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token): `export GITHUB_AUTH=<your_token>`
209209
- `npm run changelog` to generate CHANGELOG documentation in your terminal (see [RELEASING.md](RELEASING.md) for more details).
210-
211-
### Benchmarks
212-
213-
When two or more approaches must be compared, please write a benchmark in the benchmark/index.js module so that we can keep track of the most efficient algorithm.
214-
215-
- `npm run bench` to run your benchmark.

lerna.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "1.0.1",
33
"npmClient": "npm",
44
"packages": [
5-
"benchmark/*",
65
"packages/*",
76
"integration-tests/*",
87
"selenium-tests"

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"prewatch": "npm run precompile",
99
"watch": "tsc --build --watch",
1010
"clean": "tsc --build --clean",
11-
"bench": "node benchmark",
1211
"postinstall": "npm run update-ts-references && npm run bootstrap",
1312
"postcompile": "npm run submodule && npm run protos:copy",
1413
"submodule": "git submodule sync --recursive && git submodule update --init --recursive",
@@ -53,8 +52,6 @@
5352
"@commitlint/config-conventional": "14.1.0",
5453
"@typescript-eslint/eslint-plugin": "5.3.1",
5554
"@typescript-eslint/parser": "5.3.1",
56-
"beautify-benchmark": "0.2.4",
57-
"benchmark": "2.1.4",
5855
"eslint": "7.32.0",
5956
"eslint-config-airbnb-base": "14.2.1",
6057
"eslint-plugin-header": "3.1.1",

0 commit comments

Comments
 (0)