Skip to content

Conversation

@saulshanabrook
Copy link
Member

No description provided.

@saulshanabrook
Copy link
Member Author

@actions-user changelog

@saulshanabrook saulshanabrook requested a review from Copilot August 21, 2025 11:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for configuring the number of Rayon threads used by the underlying Rust library through the RAYON_NUM_THREADS environment variable, with a fallback default of 1 thread when the variable is unset or invalid.

  • Replaces hardcoded single-thread configuration with environment variable-based thread count
  • Adds documentation explaining the new parallelism configuration option
  • Updates changelog to reflect the new feature

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/lib.rs Implements environment variable parsing for thread count configuration
docs/reference/usage.md Documents the new parallelism configuration feature
docs/changelog.md Records the feature addition in the unreleased section

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@saulshanabrook saulshanabrook merged commit f170223 into main Aug 21, 2025
5 checks passed
@saulshanabrook saulshanabrook deleted the env branch August 21, 2025 12:03
@codspeed-hq
Copy link

codspeed-hq bot commented Aug 21, 2025

CodSpeed Instrumentation Performance Report

Merging #330 will not alter performance

Comparing env (ac272a3) with main (9cc65a9)1

Summary

✅ 7 untouched benchmarks

Footnotes

  1. No successful run was found on main (ac272a3) during the generation of this report, so 9cc65a9 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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