-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PERF] model: export lazily when leaving
Since 7bcff34, the model data is exported every time the spreadsheet is left. Exporting the data can be slow though and it's actually not needed every time. With this commit, the data is exported lazily, only when needed. closes #4852 Task: 4119536 X-original-commit: 9bc489b Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
22625e8
commit f9d6c38
Showing
3 changed files
with
10 additions
and
9 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