Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech Report: Audit pass rates #49

Merged
merged 37 commits into from
Feb 14, 2025
Merged

Tech Report: Audit pass rates #49

merged 37 commits into from
Feb 14, 2025

Conversation

max-ostapenko
Copy link
Contributor

@max-ostapenko max-ostapenko commented Jan 12, 2025

Adding a report with audit pass rates, to be available via /audits.

The schema of the /audits report:

{
  "date": "2024-12-01",
  "geo": "ALL",
  "rank": "ALL",
  "technology": "ALL",
  "version": "ALL",
  "audits": [
    {
      "category": "performance",
      "id": "no-document-write",
      "mobile": {
        "origins": 600
      },
      "desktop": {
        "origins": 455
      }
    },
    ...
  ]
}

I removed categories dimension in the initial metrics aggregation as we are not using it anywhere downstream (it's just an attribute of technology we take from wappalyzer).
Also packed the metrics ito RECORDS for shorter SQL in the reports aggregations.

@max-ostapenko max-ostapenko changed the title Performance opportunities for Tech Report Tech Report: Performance opportunities Jan 12, 2025
@max-ostapenko max-ostapenko changed the title Tech Report: Performance opportunities Tech Report: Audit pass rates Feb 2, 2025
@max-ostapenko max-ostapenko marked this pull request as ready for review February 2, 2025 23:12
@max-ostapenko max-ostapenko merged commit cdf8174 into main Feb 14, 2025
19 checks passed
@max-ostapenko max-ostapenko deleted the equal-hornet branch February 14, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants