Skip to content

Commit

Permalink
Change results-small to results/small (benedikt-schesch#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Apr 28, 2024
1 parent b1afb3d commit b56537d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ cache-machines/
test/tmp1.txt
test/tmp2.txt
test/small-goal-files/result-without-times.txt
results-small/result-without-times.txt

# Compiled class file
*.class
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ make small-test
```

This runs the entire code on two small repos.
The output data appears in `results-small/`.
The output data appears in `results/small/`.

* `results-small/result.csv`: the final result
* `results/small/result.csv`: the final result

* `results-small/merges/` contains all the merges.
* `results/small/merges/` contains all the merges.

* `results-small/merges_compared/` contains all merges and indicates whether the merge results are different and thus need to be analyzed.
* `results/small/merges_compared/` contains all merges and indicates whether the merge results are different and thus need to be analyzed.

* `results-small/merges_tested/` contains all merges that have been tested.
* `results/small/merges_tested/` contains all merges that have been tested.

* `results-small/result.csv` contains the final result.
* `results/small/result.csv` contains the final result.

### Perform full analysis

Expand Down Expand Up @@ -207,6 +207,6 @@ To run style checking run `make style`.

* results/ -> Contains all the results for the full analysis.

* results-small/ -> Contains all the results for the small analysis.
* results/small/ -> Contains all the results for the small analysis.

* jars/ -> Location for the IntelliMerge and Spork jars.
2 changes: 1 addition & 1 deletion test/check_equal_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def remove_run_time(df):
"--actual_folder",
type=str,
help="Path to actual folder",
default="results-small",
default="results/small",
)
parser.add_argument(
"--goal_folder",
Expand Down

0 comments on commit b56537d

Please sign in to comment.