Skip to content

feat(benchmarking): show progress for parallel registry runs#7

Closed
iraedeus wants to merge 1 commit into
mainfrom
iraedeus/multiprocess-tqdm
Closed

feat(benchmarking): show progress for parallel registry runs#7
iraedeus wants to merge 1 commit into
mainfrom
iraedeus/multiprocess-tqdm

Conversation

@iraedeus

Copy link
Copy Markdown
Collaborator

This pull request adds progress bar support for parallelized benchmarking jobs using tqdm and joblib. The main improvement is providing real-time feedback to users during long-running benchmarking operations.

Progress Bar Integration for Parallel Jobs:

  • Added tqdm-joblib as a dependency in pyproject.toml to enable progress bar support for parallel joblib tasks.
  • Imported tqdm_joblib in pysatl_cpd/benchmark/registry.py to facilitate integration with tqdm.
  • Wrapped the parallel execution of benchmarking jobs in the update function with tqdm_joblib, displaying a progress bar labeled "Benchmarking providers".

@iraedeus iraedeus requested a review from Desiment May 24, 2026 13:05
@iraedeus iraedeus closed this May 24, 2026
@iraedeus

Copy link
Copy Markdown
Collaborator Author

Duplicate PR #8

@iraedeus iraedeus reopened this May 24, 2026
@iraedeus iraedeus closed this May 24, 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.

1 participant