mui / mui-public

The public mono-repository of MUI (as an organization), see mui/mui-private for the opposite.
80 stars 16 forks source link

Replace yarn run and call the script directly #122

Closed Janpot closed 1 year ago

Janpot commented 1 year ago

On top of the changes of https://github.com/mui/mui-toolpad/pull/2379 I'm able to get a 30% decrease in memory for free by avoiding yarn run and calling the script directly (on the datagrid example).

Screenshot 2023-07-26 at 12 48 39

Note: the graph is on top of the changes of https://github.com/mui/mui-toolpad/pull/2379, which already decreased memory by 50%. So the decrease in memory compared to the actual state will be more around 15%.

render[bot] commented 1 year ago

Your Render PR Server URL is https://tools-public-pr-122.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cj0fq6c07spml6p5659g.

Janpot commented 1 year ago

Interestingly, trying this out on the tools-public application only yields a decrease of around 50m