You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this the same for all projects or just "Core". if it's just "Core", it might suggest that the value passed to the "log" API call when the perf tests are run in CI is not correct.
I checked the other API, and the data is working fine. The issue seems to be with the WordPress API, which might indicate a problem in the WP performance tests.
Description
The WordPress dashboard fetches data through API requests, such as:
https://www.codevitals.run/api/evolution/14?limit=10
.However, the API is returning an incorrect
measured_at
timestamp. For example, the response includes a timestamp like"1970-01-21T01:46:33.000Z"
, which does not match the actual commit date provided in the corresponding GitHub commit. For ex see: https://github.com/WordPress/wordpress-develop/actions/runs/12383856936/job/34567371506#step:41:23.Example API Response
The text was updated successfully, but these errors were encountered: