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

Avoid excessive attribute access overhead for remove_from_task_prefix_count #8821

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

fjetter
Copy link
Member

@fjetter fjetter commented Aug 7, 2024

This is a minor fix I encountered during #8797

I don't have the profiles anymore but this shows up unnecessarily on the scheduler CPU profile when processing many tasks in a short amount of time.

Copy link
Contributor

github-actions bot commented Aug 7, 2024

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    29 files  ±0      29 suites  ±0   11h 54m 11s ⏱️ - 1m 51s
 4 102 tests ±0   3 985 ✅  - 3    111 💤 ±0  6 ❌ +3 
55 493 runs  ±0  53 055 ✅  - 3  2 429 💤  - 2  9 ❌ +5 

For more details on these failures, see this check.

Results for commit 702784b. ± Comparison against base commit 92fc0e2.

@phofl phofl merged commit e364f42 into dask:main Aug 8, 2024
29 of 35 checks passed
@phofl
Copy link
Collaborator

phofl commented Aug 8, 2024

thx

@fjetter fjetter deleted the perf_attr_access_in_tp_count branch August 9, 2024 14:05
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