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 performance regression with empty template rendering
Closesrspec#1537.
The change in 80637fc introduced a performance regression because the
template lookup cache was being lost every time an example was run.
This commit fixes the problem by caching the EmptyTemplateResolver
instances between example runs in a hash indexed by the path string.
0 commit comments