tungtose opened a new pull request, #3090: URL: https://github.com/apache/iggy/pull/3090
### Motivation After mass benchmark runs due to `DirectIO` PR, I started dreaming about p99 latencies. Woke up screaming. Doctor prescribed prettier tables ### Changes - Replace log walls with `comfy_table` output - Adaptive layout: vertical on narrow terminals, horizontal on wide (≥140 cols) - Fix ANSI colors (switched from `info!()` to `println!()`) - Add `terminal_size` dependency (already in the `lockfile`) ### Before <img width="2558" height="265" alt="image" src="https://github.com/user-attachments/assets/de384868-c53d-4b51-a11f-eff115a8ec44" /> ### After #### wide layout <img width="1341" height="664" alt="image" src="https://github.com/user-attachments/assets/a8f6b7ab-637b-4ff2-b423-0a21710327c9" /> #### narrow layout <img width="722" height="1377" alt="image" src="https://github.com/user-attachments/assets/4b6403c3-2615-4f4b-848b-7ad0fae64d62" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
