What does this Serialization phase after the test case execution do and is there any chance to accelerate this phase in Simulink Test R2022a?
1 回表示 (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2023 年 3 月 21 日
回答済み: MathWorks Support Team
2023 年 3 月 21 日
After all test cases are run there's an additional "Serializing simulation data" phase in Simulink Test Manager.
I'm wondering:
- Why is this phase needed? Why there's a need to serialize ALL results in the Test Manager again?
- Why does this take so long when having many results? (We run many test cases in a row.)
- Is there any way to accelerate this phase?
採用された回答
MathWorks Support Team
2023 年 3 月 21 日
The "Serializing simulation data" phase should only be hit when exporting test results.
Please check if you have any callbacks or manual settings that automatically export results to files after test execution.
This phase itself during exporting cannot be accelerated but exporting results should only be called when necessary.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!