Skip to content

Commit

Permalink
Remove stats that are no longer used. (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored May 20, 2024
1 parent 1dca1e0 commit 79d1e50
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/clusterfuzz/_internal/metrics/fuzzer_stats_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@
'mode': 'NULLABLE',
'name': 'log_lines_from_engine',
'type': 'INTEGER'
}, {
'mode': 'NULLABLE',
'name': 'exception_count',
'type': 'INTEGER'
}, {
'mode': 'NULLABLE',
'name': 'slow_unit_count',
Expand Down Expand Up @@ -359,10 +355,6 @@
'mode': 'NULLABLE',
'name': 'seed_corpus_rss',
'type': 'INTEGER'
}, {
'mode': 'NULLABLE',
'name': 'exception_count',
'type': 'INTEGER'
}, {
'mode': 'NULLABLE',
'name': 'edge_coverage_count',
Expand Down

0 comments on commit 79d1e50

Please sign in to comment.