Changes between Version 1 and Version 2 of Ticket #4626
- Timestamp:
- 2017-11-13T11:16:11Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4626 – Description
v1 v2 1 Even after the fixes of #4615, the unit-checking feature is the performance bottleneck of the new front-end, even for models that actually don't have unit information in their variables (see, e.g. the AdvectionReaction models of the ScalableTestSuite).1 The unit-checking feature is the performance bottleneck of the new front-end, even for models that actually don't have unit information in their variables (see, e.g. the AdvectionReaction models of the ScalableTestSuite). 2 2 3 3 This may not be a big problem, because unit testing usually makes sense when developing new models, and that is normally done using small scale test models, so making this module faster is really not a high priority.