@@ -8,7 +8,7 @@ experiment.sample-file = /home/alex/data/cherry-picks/last-sample.ser
88experiment.startid =0
99experiment.cherry-type = Complex
1010# The path to the list of dataset
11- experiment.datasets =evaluation-workdir/data/ cherries
11+ experiment.datasets =./src/test/resources/troublesome- cherries
1212# The path to the main working directory of the experiment
1313experiment.dir.main =/home/alex/data/cherry-picks/study-files
1414# The path to the results directory
@@ -17,16 +17,16 @@ experiment.dir.results=/home/alex/data/cherry-picks/results
1717experiment.dir.repos =/home/alex/data/cherry-picks/REPOS
1818experiment.processed-file =/home/alex/data/cherry-picks/results/processed.txt
1919# Whether debug files should be written
20- experiment.debug =false
20+ experiment.debug =true
2121# Minimum number of cherries in a repository for it to be considered for the evaluation.
2222experiment.dataset.min-size =-1
2323# Maximum number of commits in a repository for a dataset to be considered for the study. If a repository has
2424# more commits, it is simply ignored. Values of 0 or less are automatically converted to Integer.MAX_VALUE.
2525experiment.dataset.max-size =-1
2626# Number of threads for parallel execution. Note that the bottleneck might be the IO capacity of your disk.
27- experiment.thread-count =3
27+ experiment.thread-count =1
2828# Should the amount of data be reduced by sampling with a certain confidence?
29- experiment.enable-sampling =true
29+ experiment.enable-sampling =false
3030# (z) is the Z-score corresponding to your desired confidence level (for a 95% confidence level, (z = 1.96)),
3131sampling.z =1.10
3232# (e) is the margin of error (in percent, such as 5% = 0.05).
0 commit comments