Skip to content

Commit

Permalink
Cleanup removed documentation for missing benchmarks (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Mar 14, 2022
1 parent c6dab2a commit 4ca2d89
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Expand Up @@ -23,7 +23,6 @@ jobs:
path: |
package-lock.json
packages/*/package-lock.json
benchmark/*/package-lock.json
backwards-compatability/*/package-lock.json
metapackages/*/package-lock.json
packages/*/package-lock.json
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/w3c-integration-test.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
path: |
package-lock.json
packages/*/package-lock.json
benchmark/*/package-lock.json
metapackages/*/package-lock.json
packages/*/package-lock.json
integration-tests/*/package-lock.json
Expand Down
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -207,9 +207,3 @@ If all of the above requirements are met and there are no unresolved discussions

- 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>`
- `npm run changelog` to generate CHANGELOG documentation in your terminal (see [RELEASING.md](RELEASING.md) for more details).

### Benchmarks

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.

- `npm run bench` to run your benchmark.
1 change: 0 additions & 1 deletion lerna.json
Expand Up @@ -2,7 +2,6 @@
"version": "1.0.1",
"npmClient": "npm",
"packages": [
"benchmark/*",
"packages/*",
"integration-tests/*",
"selenium-tests"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,6 @@
"prewatch": "npm run precompile",
"watch": "tsc --build --watch",
"clean": "tsc --build --clean",
"bench": "node benchmark",
"postinstall": "npm run update-ts-references && npm run bootstrap",
"postcompile": "npm run submodule && npm run protos:copy",
"submodule": "git submodule sync --recursive && git submodule update --init --recursive",
Expand Down Expand Up @@ -53,8 +52,6 @@
"@commitlint/config-conventional": "14.1.0",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.1",
Expand Down

0 comments on commit 4ca2d89

Please sign in to comment.