Skip to content

Commit

Permalink
importer: Remove logs with bad medic averages
Browse files Browse the repository at this point in the history
Sometimes the medic averages are obviously bogus (negative or longer than 8
seconds for uber duration) or not useful (0 instead of NULL). Just set the
columns to NULL in these cases to make it easier to compute statistics.

Signed-off-by: Sean Anderson <[email protected]>
  • Loading branch information
Forty-Bot committed Apr 17, 2024
1 parent c3cd5d3 commit bca60b9
Show file tree
Hide file tree
Showing 5 changed files with 2,555 additions and 8 deletions.
1 change: 1 addition & 0 deletions test/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def create_test_db(url):
2401045,
2408458,
2408491,
2500876,
2506954,
2600722,
2818814,
Expand Down
Loading

0 comments on commit bca60b9

Please sign in to comment.