diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-01-22 14:29:41 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-01-23 11:46:32 +0000 |
| commit | 312699d7f4fcaf0e1a7a007f15195e770a99b3c2 (patch) | |
| tree | 9040a57619174294e5bf5213d83c3d93627b529c /dashboard/app/graph_fuzzing.html | |
| parent | 1c0ecc51adc9f44c7bd3f45c2aa1b62718d1236e (diff) | |
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.
Diffstat (limited to 'dashboard/app/graph_fuzzing.html')
| -rw-r--r-- | dashboard/app/graph_fuzzing.html | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |
