Skip to content

feat: Include benches folder in the folder-benchmark for Rust's conventional benchmark directory#3356

Merged
PKief merged 2 commits intomaterial-extensions:mainfrom
TymonMarek:main
Feb 14, 2026
Merged

feat: Include benches folder in the folder-benchmark for Rust's conventional benchmark directory#3356
PKief merged 2 commits intomaterial-extensions:mainfrom
TymonMarek:main

Conversation

@TymonMarek
Copy link
Copy Markdown
Contributor

Description

Following the recommended Rust project structure, the benches directory contains the benchmarking code for a crate. This is currently not correctly listed as a special folder for this plugin:

image

On top of this, benches is becoming a more commonly used directory across many languages to hold benchmarking code.

This pull requests does not add any additional icons to the repository, only adding benches as a new member of folder-benchmark within folderIcons.ts.

Contribution Guidelines


I apologise if my pull request doesn't follow the conventions or rules stated in your repository. I rarely make pull requests and am not certain if this is correct, so please let me know if it isn’t. I’m always open to learning.

Copilot AI review requested due to automatic review settings February 13, 2026 21:08
@github-actions github-actions bot added the icons PR with new icons label Feb 13, 2026
Copy link
Copy Markdown
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

Adds Rust’s conventional benches/ directory to the existing folder-benchmark folder icon mapping so benchmark folders are recognized more consistently across projects.

Changes:

  • Add benches to the folder-benchmark folder name list in folderIcons.ts.
  • Minor formatting change at end-of-file.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Tymon Marek <tymon.marek@icloud.com>
@PKief PKief changed the title Include benches folder in the folder-benchmark for Rust's conventional benchmark directory feat: Include benches folder in the folder-benchmark for Rust's conventional benchmark directory Feb 14, 2026
@PKief PKief merged commit 7854477 into material-extensions:main Feb 14, 2026
3 of 5 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Merge Successful

Thanks for your contribution! 🎉

The changes will be part of the upcoming update on the Marketplace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

icons PR with new icons

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants