Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Nov 3, 2024
1 parent 13d2d56 commit 1c27463
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions framework/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ parallel processes):
```
Reproducing all bugs (20 jobs in parallel) takes ~3h.

(When upgrading Defects4J it is helpful to drop the -A flag at first for
efficiency. After fixing any issues, test for full reproducibility with all
tests.)
(When upgrading Defects4J it is helpful to drop the `-A` flag at first for
efficiency. After fixing any issues, add the `-A` flag to test for full
reproducibility with all tests.)

### Code coverage analysis for all bugs (parallel)
```
Expand All @@ -97,8 +97,10 @@ Obtaining code-level stats for all bugs (20 jobs in parallel) takes ~45min.
```
./jobs_cmd.pl ./test_mutation_cmd.sh | shuf | parallel -j20 --progress
```
Running mutation analysis on all bugs (20 jobs in parallel) takes ~24h (a few
bugs have a very long analysis time).
Running mutation analysis on all bugs (20 jobs in parallel) takes up to ~24h.

TODO: A few (Closure) bugs have a very long analysis time; we should prioritize
these jobs in the shuffled job list to make sure they run first.

### Export command and exported properties
```
Expand Down

0 comments on commit 1c27463

Please sign in to comment.