Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 669 Bytes

TTC2020

Evaluation framework and reference solution for the TTC 2020 "Round-Trip Migration of Object-Oriented Data Model Instances" case.

Performance Evaluation

To use the provided plotting scripts, make sure your Python environment provides the dependencies listed in requirements.txt.

To plot the runtime results of the reference solution using the plotting script, execute the following command. Make sure to execute the corresponding AllJavaPerformanceTests JUnit test beforehand, which creates the results.csv file.

python plot.py de.hub.mse.ttc2020.solution/results.csv

The resulting plot will be saved to the file ./runtime.pdf.