Skip to content

feat(allocs): track allocations for minifier#13408

Merged
graphite-app[bot] merged 1 commit intomainfrom
08-29-feat_allocs_track_allocations_for_minifier
Aug 30, 2025
Merged

feat(allocs): track allocations for minifier#13408
graphite-app[bot] merged 1 commit intomainfrom
08-29-feat_allocs_track_allocations_for_minifier

Conversation

@camchenry
Copy link
Member

@camchenry camchenry commented Aug 30, 2025

cc @Boshen I saw lots of changes going on in the minifier. Thought this might be helpful for tracking any allocation changes in the minifier that might regress/improve performance.

@github-actions github-actions bot added the C-enhancement Category - New feature or request label Aug 30, 2025
Copy link
Member Author

camchenry commented Aug 30, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@camchenry camchenry force-pushed the 08-29-feat_allocs_track_allocations_for_minifier branch from 9534327 to 516a45a Compare August 30, 2025 00:44
@camchenry camchenry force-pushed the 08-29-refactor_allocs_allow_capturing_multiple_stats_at_once branch from a6ba8d3 to e8e5c96 Compare August 30, 2025 00:44
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 30, 2025

CodSpeed Instrumentation Performance Report

Merging #13408 will not alter performance

Comparing 08-29-feat_allocs_track_allocations_for_minifier (178b3e7) with main (90f674e)1

Summary

✅ 37 untouched benchmarks

Footnotes

  1. No successful run was found on main (178b3e7) during the generation of this report, so 90f674e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@camchenry camchenry force-pushed the 08-29-feat_allocs_track_allocations_for_minifier branch 2 times, most recently from 6c99a9d to 294ba18 Compare August 30, 2025 00:51
@camchenry camchenry marked this pull request as ready for review August 30, 2025 00:52
@camchenry camchenry requested a review from Boshen August 30, 2025 00:57
@camchenry camchenry force-pushed the 08-29-feat_allocs_track_allocations_for_minifier branch from 294ba18 to 010245a Compare August 30, 2025 02:27
@camchenry camchenry force-pushed the 08-29-refactor_allocs_allow_capturing_multiple_stats_at_once branch from e8e5c96 to 2bb988d Compare August 30, 2025 02:27
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Aug 30, 2025
Copy link
Member

Boshen commented Aug 30, 2025

Merge activity

cc @Boshen I saw lots of changes going on in the minifier. Thought this might be helpful for tracking any allocation changes in the minifier that might regress/improve performance.
@graphite-app graphite-app bot force-pushed the 08-29-refactor_allocs_allow_capturing_multiple_stats_at_once branch from 2bb988d to 9f53c04 Compare August 30, 2025 14:13
@graphite-app graphite-app bot force-pushed the 08-29-feat_allocs_track_allocations_for_minifier branch from 010245a to 178b3e7 Compare August 30, 2025 14:14
Base automatically changed from 08-29-refactor_allocs_allow_capturing_multiple_stats_at_once to main August 30, 2025 14:18
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Aug 30, 2025
@graphite-app graphite-app bot merged commit 178b3e7 into main Aug 30, 2025
27 of 28 checks passed
@graphite-app graphite-app bot deleted the 08-29-feat_allocs_track_allocations_for_minifier branch August 30, 2025 14:19
overlookmotel added a commit that referenced this pull request Aug 30, 2025
#13408 introduced allocation tracking for minifier. However, it's
causing panics when minifying TS files.

I think problem is that minifier cannot handle TS.

Probably a better solution would be to put TS code through transformer
before minifying, to remove TS syntax. But doing this easier fix for
now, just to get CI green again, and allow other PRs to be merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants