-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: improve graph resolve performance (#6670)
* perf: make sure we do not concurrently read the same varfile multiple times Also cache the promise in LRUCache for up to 30 seconds. Co-authored-by: Vladimir Vagaytsev <[email protected]> * perf: use plain loops instead of `Object.entries` and `Array.forEach` in `resolveTemplateStrings` * chore(test): fix test data init and cleanup * chore: clear varfiles cache before each command execution in dev console --------- Co-authored-by: Vladimir Vagaytsev <[email protected]> Co-authored-by: Vladimir Vagaytsev <[email protected]>
- Loading branch information
1 parent
2a7b69a
commit 4e4cd91
Showing
4 changed files
with
92 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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