Skip to content

467 Serialization Performance Improvement

Rolf Madsen requested to merge 467-SerializationImprovements into master
  • A lot of time was spent generating XName values from strings for serialization. In really long test plans the names of the properties are usually the same, so these are now being cached in a dictionary.
  • Also added profiling for many test step plans.

Note this does not close #467 (closed), this is just an incremental improvement.

Merge request reports