зеркало из https://github.com/mozilla/rappor.git
Plot title in report
This commit is contained in:
Родитель
8b44ad6318
Коммит
fe16b7370a
|
@ -399,9 +399,10 @@ run-seq() {
|
|||
# Run tests in parallel
|
||||
run() {
|
||||
local spec_regex=${1:-'^r-'} # grep -E format on the spec
|
||||
local instances=${2:-1}
|
||||
shift
|
||||
|
||||
time _run-tests $REGTEST_SPEC $spec_regex T $@
|
||||
time _run-tests $REGTEST_SPEC $spec_regex T python $instances
|
||||
}
|
||||
|
||||
# Run tests in parallel (7+ minutes on 8 cores)
|
||||
|
|
|
@ -70,22 +70,27 @@ PLOTS = """ \
|
|||
|
||||
<h2>Plots</h2>
|
||||
|
||||
<h3 style="text-align: center">Total variation distance</h3>
|
||||
<p style="text-align: center">
|
||||
<img src="plots/tv.png"/>
|
||||
</p>
|
||||
|
||||
<h3 style="text-align: center">False negative rate</h3>
|
||||
<p style="text-align: center">
|
||||
<img src="plots/fnr.png"/>
|
||||
</p>
|
||||
|
||||
<h3 style="text-align: center">False positive rate</h3>
|
||||
<p style="text-align: center">
|
||||
<img src="plots/fpr.png"/>
|
||||
</p>
|
||||
|
||||
<h3 style="text-align: center">Allocated mass</h3>
|
||||
<p style="text-align: center">
|
||||
<img src="plots/am.png"/>
|
||||
</p>
|
||||
|
||||
<h3 style="text-align: center">Time</h3>
|
||||
<p style="text-align: center">
|
||||
<img src="plots/time.png"/>
|
||||
</p>
|
||||
|
|
Загрузка…
Ссылка в новой задаче