You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,20 +36,20 @@ To build the Docker container you can run the build script corresponding to your
36
36
./build.sh
37
37
```
38
38
39
-
## Validation & Expected Output
39
+
## Verification & Expected Output
40
40
41
-
### Running the Validation
42
-
To run the validation you can run the script corresponding to your OS with `validation` as first argument. The validation should take about 10-20 minutes depending on your hardware.
41
+
### Running the Verification
42
+
To run the verification you can run the script corresponding to your OS with `verification` as first argument. The verification should take about 10-20 minutes depending on your hardware.
43
43
```
44
44
# Windows:
45
-
.\execute.bat validation
45
+
.\execute.bat verification
46
46
# Linux/Mac (bash):
47
-
./execute.sh validation
47
+
./execute.sh verification
48
48
```
49
-
The results of the validation will be stored in the [results](results) directory.
49
+
The results of the verification will be stored in the [results](results) directory.
50
50
51
-
### Expected Output of the Validation
52
-
The aggregated results of the validation can be found in the following files.
51
+
### Expected Output of the Verification
52
+
The aggregated results of the verification can be found in the following files.
53
53
54
54
- The [speed statistics](results/difftrees/speedstatistics.txt) contain information about the total runtime, median runtime, mean runtime, and more:
55
55
```
@@ -96,7 +96,7 @@ The aggregated results of the validation can be found in the following files.
96
96
#Error[not all annotations closed]: 6
97
97
```
98
98
99
-
(Note that the above links only have a target after running the validation.)
99
+
(Note that the above links only have a target after running the verification.)
100
100
The processing times might deviate.
101
101
102
102
## Troubleshooting
@@ -111,7 +111,7 @@ The processing times might deviate.
111
111
112
112
`Fix:` Follow the instructions described above in the section `Build the Docker Container`.
113
113
114
-
### No results after validation, or 'cannot create directory '../results/difftrees': Permission denied'
114
+
### No results after verification, or 'cannot create directory '../results/difftrees': Permission denied'
115
115
`Problem:` This problem can occur due to how permissions are managed inside the Docker container. More specifically, it will appear, if Docker is executed with elevated permissions (i.e., `sudo`) and if there is no [results](results) directory because it was deleted manually. In this case, Docker will create the directory with elevated permissions, and the Docker user has no permissions to access the directory.
116
116
117
117
`Fix:` If there is a _results_ directory delete it with elevated permission (e.g., `sudo rm -r results`).
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To execute the replication you can run the _execute_ script corresponding to you
45
45
46
46
> ! The replication will at least require an hour and might require up to a day depending on your system.
47
47
> Therefore, we offer a short validation (5-10 minutes) which runs _DiffDetective_ on only four of the datasets.
48
-
> You can run it by providing "validation" as argument instead of "replication" (i.e., ./execute.sh validation).
48
+
> You can run it by providing "validation" as argument instead of "replication" (i.e., `./execute.sh verification`).
49
49
> If you want to stop the replication, you can call the provided script for stopping the container. Note that you will have to restart the entire replication, if you stop it at any point.
0 commit comments