Skip to content

Add TODO for truthiness-check bug in latency-by-streams sheet#132

Draft
Copilot wants to merge 2 commits intoprosenj_cli_hq_eval_report_phase_4from
copilot/sub-pr-101-again
Draft

Add TODO for truthiness-check bug in latency-by-streams sheet#132
Copilot wants to merge 2 commits intoprosenj_cli_hq_eval_report_phase_4from
copilot/sub-pr-101-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 6, 2026

_build_latency_by_streams_sheet uses truthiness checks (if b_val, if b_val and t_val) that silently drop legitimate 0.0 P99 values and skip Δ% computation for them.

Changes

  • Added a TODO comment marking the affected lines in hwqueue_excel.py to replace truthiness checks with is not None guards, ensuring zero P99 measurements are preserved and Δ% is computed correctly.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: prosenjitdhole <239307697+prosenjitdhole@users.noreply.github.com>
Copilot AI changed the title [WIP] Add TODO in excel report generation based on review feedback Add TODO for truthiness-check bug in latency-by-streams sheet Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants