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 a0c517c commit 63aebed
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions framework/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,20 @@ Reproducing all bugs (20 jobs in parallel) takes ~3h.
```
./jobs_cmd.pl ./test_coverage_cmd.sh | shuf | parallel -j20 --progress
```
Running code coverage on all bugs (20 jobs in parallel) takes ~45min.
Running code coverage on all bugs (20 jobs in parallel) takes ~30min.

### Mutation analysis for all bugs (parallel)
```
./jobs_cmd.pl ./get_stats.sh | shuf | parallel -j20 --progress
```
Obtaining code-level stats for all bugs (20 jobs in parallel) takes ~45min.

### Mutation analysis for all bugs (parallel)
```
./jobs_cmd.pl ./test_mutation_cmd.sh | shuf | parallel -j20 --progress
```
Running mutation analysis on all bugs (20 jobs in parallel) takes many hours
(due to a few long-running analyses).
Running mutation analysis on all bugs (20 jobs in parallel) takes ~24h (a few
bugs have a very long analysis time).

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

0 comments on commit 63aebed

Please sign in to comment.