Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dal): speed up get diagram #4380

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

zacharyhamm
Copy link
Contributor

@zacharyhamm zacharyhamm commented Aug 20, 2024

Avoid expensive recomputation of various values in get_diagram. Provides about a 50% speedup locally. Also removes some noisy telemetry

@github-actions github-actions bot added A-sdf Area: Primary backend API service [Rust] A-dal labels Aug 20, 2024
Avoid expensive recomputation of various values in get_diagram. Provides
about a 50% speedup locally. Also removes some telemetry on workspace
snapshot that would be mostly noise, and would overwhelm the collector
in debug mode.
@zacharyhamm zacharyhamm force-pushed the zack/improve-get-diagram-perf branch from f2ca49d to 4878e93 Compare August 20, 2024 21:42
@zacharyhamm zacharyhamm added this pull request to the merge queue Aug 20, 2024
Merged via the queue into main with commit b83ad52 Aug 20, 2024
8 checks passed
@zacharyhamm zacharyhamm deleted the zack/improve-get-diagram-perf branch August 20, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dal A-sdf Area: Primary backend API service [Rust]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants