Skip to content

Commit

Permalink
more info on using analyzeswarm
Browse files Browse the repository at this point in the history
  • Loading branch information
agroce committed May 23, 2018
1 parent 7452b89 commit a53dc7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,11 @@ A more systematic way to go about directed swarm testing is to try:
to generate triggers and suppressors for ALL coverage targets hit
during a run, grouped into equivalence classes (targets with the same
set of triggers and suppressors) and ranked by the least-hit target in
each equivalence class. Just iterating through the generated
each equivalence class. The output will be stored in files beginning
with `<prefix>`: a set of files named `<prefix>.N.probs` that can
used with `--swarmProbs`, and a single `.class` file, with all the targets,
triggers, suppressors, and minimum frequencies for classes, plus
pointers to the related probability files. Just iterating through the generated
probability files for the classes for the rarest targets is a good way
to go about directed swarm testing. The `0.5` above can be any
cutoff, above which targets hit by at least that fraction of tests are
Expand Down

0 comments on commit a53dc7f

Please sign in to comment.