Skip to content

Commit

Permalink
Instructions about comparing merge algorithms (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Apr 29, 2024
1 parent 6ae7ec2 commit ccea588
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,11 @@ To run style checking run `make style`.
* results/small/ -> Contains all the results for the small analysis.

* jars/ -> Location for the IntelliMerge and Spork jars.


## Comparing merge algorithms

To investigate differences between two mergers:
* edit file `src/python/select_from_results.py` to reflect the differences you are interested in.
* run `src/python/select_from_results.py` to create a .csv database containing only the differences.
* run `src/python/replay_merge.py --merges_csv CSV_FILE --idx INDEX` (maybe add `-test`) for the index of the merge you are interested in.

0 comments on commit ccea588

Please sign in to comment.