Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

feat: track slot time and add performance stats accessors to session object#725

Merged
milkshakeiii merged 7 commits intomainfrom
b340278185-perf-data-on-session
May 28, 2024
Merged

feat: track slot time and add performance stats accessors to session object#725
milkshakeiii merged 7 commits intomainfrom
b340278185-perf-data-on-session

Conversation

@milkshakeiii
Copy link
Copy Markdown
Contributor

@milkshakeiii milkshakeiii commented May 28, 2024

Exposed properties session.slot_millis_sum and session.bytes_processed_sum can now be used to estimate performance/work done in a session. See internal issue 340278185