Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove broken MV3 perf stats #29408

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ workflows:
- user-actions-benchmark:
requires:
- prep-build-test
- stats-module-load-init:
requires:
- prep-build-test
- job-publish-prerelease:
requires:
- prep-deps
Expand All @@ -309,7 +306,6 @@ workflows:
- prep-build-ts-migration-dashboard
- benchmark
- user-actions-benchmark
- stats-module-load-init
- all-tests-pass
- job-publish-release:
filters:
Expand Down Expand Up @@ -1331,44 +1327,6 @@ jobs:
paths:
- test-artifacts

stats-module-load-init:
executor: node-browsers-small
steps:
- run: *shallow-git-clone-and-enable-vnc
- run: sudo corepack enable
- attach_workspace:
at: .
- run:
name: Move test build to dist
command: mv ./dist-test ./dist
- run:
name: Move test zips to builds
command: mv ./builds-test ./builds
- run:
name: Run page load benchmark
command: |
mkdir -p test-artifacts/chrome/
cp -R development/charts/flamegraph test-artifacts/chrome/initialisation
cp -R development/charts/flamegraph/chart test-artifacts/chrome/initialisation/background
cp -R development/charts/flamegraph/chart test-artifacts/chrome/initialisation/ui
cp -R development/charts/table test-artifacts/chrome/load_time
- run:
name: Run page load benchmark
command: yarn mv3:stats:chrome --out test-artifacts/chrome
- run:
name: Install jq
command: sudo apt install jq -y
- run:
name: Record bundle size at commit
command: ./.circleci/scripts/bundle-stats-commit.sh
- store_artifacts:
path: test-artifacts
destination: test-artifacts
- persist_to_workspace:
root: .
paths:
- test-artifacts

job-publish-prerelease:
executor: node-browsers-medium
steps:
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules/**/*
/app/vendor/**
/builds/**/*
/coverage/**/*
/development/charts/**
/development/chromereload.js
/development/ts-migration-dashboard/filesToConvert.json
/development/ts-migration-dashboard/build/**
Expand Down
1 change: 0 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"devcontainers",
"endregion",
"ensdomains",
"flamegraph",
"FONTCONFIG",
"hardfork",
"hexstring",
Expand Down
167 changes: 0 additions & 167 deletions development/charts/flamegraph/chart/index.html

This file was deleted.

Loading
Loading