Skip to content

Add benchmark for PropertyInfo instantiation

Stefan Brüns requested to merge work/bruns/propertyinfo_benchmark into master

This benchmarks 3 different operations:

  • Creating a PropertyInfo from a Property (id)
  • Creating a PropertyInfo from its name
  • Creating a PropertyInfo and getting its displayName

Merge request reports