[NoQA] Deprecate 'Send Reassure Performance Tests to Graphite' workflow#88461
Merged
mjasikowski merged 1 commit intomainfrom Apr 21, 2026
Merged
[NoQA] Deprecate 'Send Reassure Performance Tests to Graphite' workflow#88461mjasikowski merged 1 commit intomainfrom
mjasikowski merged 1 commit intomainfrom
Conversation
The workflow ran on every merge to main and pushed Reassure baseline numbers to stats.expensify.com for Graphite ingestion. Perf regressions are already caught by the Reassure Performance Tests workflow that runs on every PR, and the Graphite dashboards fed by this job are not used, so this is pure CI cost. - Delete .github/workflows/sendReassurePerfData.yml - Delete the getGraphiteString GH Action, which is only used here - Drop the getGraphiteString entry from buildActions.sh Made-with: Cursor
|
@hungvu193 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
mjasikowski
approved these changes
Apr 21, 2026
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚀 Deployed to staging by https://github.com/mjasikowski in version: 9.3.62-0 🚀
Bundle Size Analysis (Sentry): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
Removes the
Send Reassure Performance Tests to Graphiteworkflow (.github/workflows/sendReassurePerfData.yml) and thegetGraphiteStringGitHub Action that only exists to support it.This workflow triggers on every push to
main, spins up a Blacksmith runner, runsnpx reassure --baseline, and pipes a Graphite line-protocol string tostats.expensify.com:3003vianc. It runs hundreds of times a week (see the workflow's run history).Deprecating it because:
reassurePerformanceTests.yml, which compares the PR branch againstmainand fails on deviation — that's the signal that actually drives decisions.mainis a real and ongoing CI cost for no tangible benefit.Changes in this PR:
.github/workflows/sendReassurePerfData.yml..github/actions/javascript/getGraphiteString/(action manifest, source, and compiled bundle) — this Action has no other callers.getGraphiteStringentry from.github/scripts/buildActions.shsonpm run gh-actions-buildstays green.No production code, no app-visible change, no developer-facing tooling change.
Fixed Issues
$ #88460
PROPOSAL: N/A (CI-only cleanup)
Tests
.github/scripts/buildActions.sh(ornpm run gh-actions-build) and verify it completes successfully with no reference togetGraphiteString.grep -R "getGraphiteString\|sendReassurePerfData" .githuband verify there are no remaining references.Send Reassure Performance Tests to Graphiteno longer appears in the workflow list, whileReassure Performance Testscontinues to run on the PR as usual.Offline tests
N/A — CI-only change, no runtime behaviour.
QA Steps
[No QA] — CI-only change, no runtime or user-facing behaviour is affected. The
Reassure Performance TestsPR workflow continues to guard performance regressions.PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari