You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix import performance regression and update time limits
Unfortunately, #3030 doubled the import
time for our performance test model, but the check there was too lax to catch it.
Sometimes, `smart_subs_dict` is applied to individual expressions,
sometimes to complete matrices. If it's only applied to individual expressions
or small matrices, avoid the overhead of flattening the substitutions first.
Update the time limits for the performance tests to catch such regressions earlier.
Fixes#3048.
0 commit comments