-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
fix(studio): human readable formatting for total consumed times #39011
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
fix(studio): human readable formatting for total consumed times #39011
Conversation
This pull request has been ignored for the connected project Preview Branches by Supabase. |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
apps/studio/components/interfaces/QueryPerformance/QueryPerformance.utils.ts
Show resolved
Hide resolved
Studio E2E Results
Artifacts: https://github.com/supabase/supabase/actions/runs/18007094788 Last updated: Thursday 25, September, 2025 12:47:19 (UTC) |
…-consumed-formatting
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
Fixes how our Time Consumed seconds look when the numbers are quite large. Previously they were not human readable, now they should be. Please @jordienr or someone double check I'm converting the right value 🙏