+4
-4
lines changedFilter options
+4
-4
lines changed Original file line number Diff line number Diff line change
@@ -398,7 +398,7 @@ jobs:
398
398
pnpm test:karma:profile --browsers chrome,chromeHeadless
399
399
pnpm test:karma:profile --browsers chrome,chromeHeadless
400
400
pnpm test:karma:profile --browsers chrome,chromeHeadless
401
-
# Persist reports for inspection in https://mui-dashboard.netlify.app/
401
+
# Persist reports for inspection in https://frontend-public.mui.com/
402
402
- store_artifacts:
403
403
# see karma.conf.profile.js reactProfilerReporter.outputDir
404
404
path: tmp/react-profiler-report/karma
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ async function reportBundleSize() {
144
144
const detailedComparisonQuery = `circleCIBuildNumber=${circleCIBuildNumber}&baseRef=${danger.github.pr.base.ref}&baseCommit=${comparison.previous}&prNumber=${danger.github.pr.number}`;
145
145
const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/bundleSizes?${detailedComparisonQuery}`;
146
146
const detailedComparisonRoute = `/size-comparison?${detailedComparisonQuery}`;
147
-
const detailedComparisonUrl = `https://mui-dashboard.netlify.app${detailedComparisonRoute}`;
147
+
const detailedComparisonUrl = `https://frontend-public.mui.com${detailedComparisonRoute}`;
148
148
149
149
const { all: allResults, main: mainResults } = sieveResults(Object.entries(comparison.bundles));
150
150
const anyResultsChanges = allResults.filter(createComparisonFilter(1, 1));
Original file line number Diff line number Diff line change
@@ -237,13 +237,13 @@ curl --request POST \
237
237
--data-raw '{"branch":"pull/24289/head","parameters":{"workflow":"profile"}}'
238
238
```
239
239
240
-
To analyze this profile run you can use https://mui-dashboard.netlify.app/test-profile/:job-number.
240
+
To analyze this profile run you can use https://frontend-public.mui.com/test-profile/:job-number.
241
241
242
242
To find out the job number you can start with the response of the previous CircleCI API request which includes the created pipeline id.
243
243
You then have to search in the [CircleCI UI](https://app.circleci.com/pipelines/github/mui/material-ui) for the job number of `test_profile` that is part of the started pipeline.
244
244
The job number can be extracted from the URL of a particular CircleCI job.
245
245
246
-
For example, in https://app.circleci.com/pipelines/github/mui/material-ui/32796/workflows/23f946de-328e-49b7-9c94-bfe0a0248a12/jobs/211258 `jobs/211258` points to the job number which is in this case `211258` which means you want to visit https://mui-dashboard.netlify.app/test-profile/211258 to analyze the profile.
246
+
For example, in https://app.circleci.com/pipelines/github/mui/material-ui/32796/workflows/23f946de-328e-49b7-9c94-bfe0a0248a12/jobs/211258 `jobs/211258` points to the job number which is in this case `211258` which means you want to visit https://frontend-public.mui.com/test-profile/211258 to analyze the profile.
247
247
248
248
### Testing multiple versions of React
249
249
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4