We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8071eb commit 0633ab4Copy full SHA for 0633ab4
src/python/metrics/fuzzer_stats_schema.py
@@ -467,8 +467,30 @@
467
'mode': 'NULLABLE',
468
'name': 'speed',
469
'type': 'INTEGER'
470
+}, {
471
+ 'mode': 'NULLABLE',
472
+ 'name': 'kind',
473
+ 'type': 'STRING'
474
475
476
+ 'name': 'timestamp',
477
+ 'type': 'FLOAT'
478
479
+ 'mode': 'REPEATED',
480
+ 'name': 'command',
481
482
483
484
+ 'name': 'build_revision',
485
+ 'type': 'INTEGER'
486
487
488
+ 'name': 'fuzzer',
489
490
}]
491
492
+# TODO(ochang): Factor out common schema items.
493
+
494
_SCHEMA = {
495
'afl': _AFL_SCHEMA,
496
'honggfuzz': _HONGGFUZZ_SCHEMA,
0 commit comments