Skip to content

Commit

Permalink
chore(repo): remove the cpu benchmark from pipelines (nrwl#20660)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Dec 8, 2023
1 parent 283f1d7 commit d27158c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 38 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ jobs:
os: linux
- nx/set-shas:
main-branch-name: 'master'
- run:
name: Benchmark
command: node tools/benchmark/benchmark.js
- run:
name: Check Documentation
command: pnpm nx documentation --no-dte
Expand Down
3 changes: 0 additions & 3 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,3 @@ launch-templates:
- name: Load Cargo Env
script: echo "PATH=$HOME/.cargo/bin:$PATH" >> $NX_CLOUD_ENV

- name: Benchmark
script: node tools/benchmark/benchmark.js
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
"conventional-changelog-cli": "^2.0.23",
"convert-source-map": "^2.0.0",
"copy-webpack-plugin": "^10.2.4",
"cpu-benchmark": "^1.0.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"cypress": "^13.0.0",
"cytoscape": "^3.18.2",
Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions tools/benchmark/benchmark.js

This file was deleted.

18 changes: 0 additions & 18 deletions tools/benchmark/worker.js

This file was deleted.

0 comments on commit d27158c

Please sign in to comment.