Skip to content

Conversation

@HeshamHM28
Copy link
Contributor

Fixes CF-1018

@HeshamHM28 HeshamHM28 changed the title feat: Add Line Profiler to webapp #2268 feat: Add Line Profiler to webapp Jan 21, 2026
replay_tests: str = "",
concolic_tests: str = "",
optimization_review: str = "",
original_line_profiler: str = "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
original_line_profiler: str = "",
original_line_profiler: str | None = None,

"optimizationReview": optimization_review, # impact keyword left for legacy reasons, touches js/ts code
}

# Add line profiler data if available
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer needed if you default the argument to None

@aseembits93
Copy link
Contributor

@HeshamHM28 changing the payload not needed as this data can be retrieved from the db, no strong opinion here, this method is also fine.

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.

3 participants