eMoflon / benchmarx

Infrastructure for implementing benchmarx: benchmarks for bidirectional transformation (bx) tools. Also contains a collection of example benchmarx and test runners for various and diverse bx tools.
GNU General Public License v3.0
9 stars 12 forks source link

Fair time measurements for the NMF solution in the scalability benchmark #63

Closed georghinkel closed 7 years ago

georghinkel commented 7 years ago

With this pull request, the times for the scalability measurements no longer take serialization overhead into account. Instead, the time measurements from the .NET solution applications are used.

Please note that this also has an impact on the benchmark framework, I made the method for the time measurement protected in order to allow cross technology solutions such as the NMF solution to override the time measurement.