Skip to content

Commit

Permalink
Fix copy-paste typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Nov 3, 2024
1 parent 63aebed commit 000f9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Reproducing all bugs (20 jobs in parallel) takes ~3h.
```
Running code coverage on all bugs (20 jobs in parallel) takes ~30min.

### Mutation analysis for all bugs (parallel)
### Code-level stats for all bugs (parallel)
```
./jobs_cmd.pl ./get_stats.sh | shuf | parallel -j20 --progress
```
Expand Down

0 comments on commit 000f9b1

Please sign in to comment.