Skip to content

Commit

Permalink
Update metric.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhualiao committed Oct 2, 2020
1 parent f389fe7 commit 7f14edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def classify(truth, races):
print("compiler time out is ", compilertimeout)
print("runtime time out is ", runtimeout)
print("runtime time out with report is ", runtimeoutreport)
print("tool success rate is ", (negative+positive)/(len(Nbenchmarks)))
print("test support rate is ", (negative+positive)/(len(Nbenchmarks)))
print("false positive is ", falsePositive)
print("true positive is ", truePositive)
print("true negative is ", trueNegative)
Expand Down

0 comments on commit 7f14edd

Please sign in to comment.