Changes between Initial Version and Version 1 of Ticket #4626
- Timestamp:
- 2017-11-13T11:11:55Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4626 – Description
initial v1 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).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). 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.