GoogleChrome / budget.json

Apache License 2.0
38 stars 23 forks source link

Support budgets for UserTiming measurements #9

Open khempenius opened 4 years ago

WebCloud commented 4 years ago

UserTiming can probably utilize the same formatting for the timings section on budget.json

    "user-timings": [
      {
        "metric": "my-cool-custom-mark",
        "budget": 500
      },
      {
        "metric": "my-cool-custom-measure",
        "budget": 2000
      }
    ]