Skip to content

Commit 3446640

Browse files
[core] Remove benchmark package (#46007)
1 parent 03f24b1 commit 3446640

File tree

36 files changed

+0
-2316
lines changed

36 files changed

+0
-2316
lines changed

.browserslistrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,3 @@ node 14.0
8181
# same as `node`
8282
[test]
8383
node 14.0
84-
85-
# same as `node`
86-
[benchmark]
87-
node 14.0

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -685,19 +685,6 @@ jobs:
685685
command: pnpm danger ci --fail-on-errors
686686
environment:
687687
DANGER_COMMAND: reportBundleSize
688-
test_benchmark:
689-
<<: *default-job
690-
docker:
691-
- image: mcr.microsoft.com/playwright:v1.52.0-noble
692-
steps:
693-
- checkout
694-
- install_js:
695-
browsers: true
696-
- run: pnpm benchmark:browser
697-
- store_artifacts:
698-
name: Publish benchmark results as a pipeline artifact.
699-
path: tmp/benchmarks
700-
destination: benchmarks
701688
workflows:
702689
version: 2
703690
pipeline:
@@ -966,9 +953,3 @@ workflows:
966953
jobs:
967954
- test_types_next:
968955
<<: *default-context
969-
benchmark:
970-
when:
971-
equal: [benchmark, << pipeline.parameters.workflow >>]
972-
jobs:
973-
- test_benchmark:
974-
<<: *default-context

babel.config.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,6 @@ module.exports = function getBabelConfig(api) {
179179
],
180180
],
181181
},
182-
benchmark: {
183-
plugins: [
184-
[
185-
'babel-plugin-module-resolver',
186-
{
187-
alias: defaultAlias,
188-
},
189-
],
190-
],
191-
},
192182
},
193183
};
194184
};

benchmark/browser/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

benchmark/browser/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

benchmark/browser/index.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

benchmark/browser/scenarios/box-baseline/index.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

benchmark/browser/scenarios/box-chakra-ui/index.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

benchmark/browser/scenarios/box-material-ui/index.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

benchmark/browser/scenarios/box-theme-ui/index.js

Lines changed: 0 additions & 40 deletions
This file was deleted.

benchmark/browser/scenarios/components/index.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

benchmark/browser/scenarios/grid-material-ui/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

benchmark/browser/scenarios/grid-simple/index.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

benchmark/browser/scenarios/grid-system/index.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)