## Status quo Currently the total time taken is display on seconds - if the time is more than 1000 ms ### Less than 1000 ms <img width="822" alt="Screenshot 2024-10-12 at 16 33 42" src="https://github.com/user-attachments/assets/6aa0da87-f20c-4894-8fcf-2a7f4fe92dc0"> ### More than 1000 ms <img width="689" alt="Screenshot 2024-10-12 at 16 33 09" src="https://github.com/user-attachments/assets/0a7589cb-b0c0-4419-9a73-2389cadc7824"> ## Expected Consider also minutes. If the total time is >60sec then it should be in mins. eg 121s -> 2m 1s ## Tech Hint Look for `console_results::print_execution_time`