jcp19/SPIDER

Simplify evaluation scripts

jcp19 opened this issue · 3 comments

jcp19 commented

Instead of having two different gawk scripts for each of the two evaluation scenarios (data race detection and message race detection), I believe that one suffices per scenario. The gawk script should accept and argument detailing which of the two csv formats to print and read in the END action. In the body, we should read every required line/argument

jcp19 commented

Also: use tee to save the outputs of the files for later review

jcp19 commented

Also, I must count the number of data races originating from msg-msg races

jcp19 commented

This was partially fixed in commit 085ba63 even though the scripts are still too verbose and repetitive for what they should do.