Skip to content

Commit 2b6c981

Browse files
chore: update debug properties
1 parent 944b8b3 commit 2b6c981

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/config-debug.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ experiment.sample-file = /home/alex/data/cherry-picks/last-sample.ser
88
experiment.startid=0
99
experiment.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
1313
experiment.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
1717
experiment.dir.repos=/home/alex/data/cherry-picks/REPOS
1818
experiment.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.
2222
experiment.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.
2525
experiment.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)),
3131
sampling.z=1.10
3232
# (e) is the margin of error (in percent, such as 5% = 0.05).

0 commit comments

Comments
 (0)