From 312699d7f4fcaf0e1a7a007f15195e770a99b3c2 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 22 Jan 2024 14:29:41 +0100 Subject: dashboard: capture cover and PCs after corpus triage This statistics allows us to better estimate the amount of coverage that is lost after every syzbot instance is restarted. --- dashboard/app/graph_fuzzing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/graph_fuzzing.html') diff --git a/dashboard/app/graph_fuzzing.html b/dashboard/app/graph_fuzzing.html index ab18a2742..5ed07ba63 100644 --- a/dashboard/app/graph_fuzzing.html +++ b/dashboard/app/graph_fuzzing.html @@ -24,7 +24,7 @@ Manager statistics graphs. {{- end}} data.addRows([ {{range $.Graph.Columns}} [ "{{.Hint}}", {{range .Vals}} - {{if .Val}}{{.Val}}{{end}}, '{{.Hint}}', + {{if .IsNull}}null{{else if .Val}}{{.Val}}{{end}}, '{{.Hint}}', {{- end}} ], {{- end}} -- cgit mrf-deployment