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
# feat: show saved time in summary
This PR adds duration tracking to task execution and displays time saved from cache hits in the UI. When a task is executed from cache, it now shows how much time was saved from the original execution. The summary also displays the total time saved across all cache hits.
The changes include:
- Track execution duration for each task
- Store duration in the cache along with other task data
- Display individual task duration savings in the UI
- Show total time saved in the performance summary
- Update database schema version to support the new duration field
0 commit comments