Skip to content

Move the piston-image benchmark from primary to stable #1234

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

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ They mostly consist of real-world crates.
- **image-0.24.1**: Basic image processing functions and methods for
converting to and from various image formats. Used often in graphics
programming.
- **piston-image**: A modular game engine. An interesting Rust program.
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
- **ripgrep-13.0.0**: A line-oriented search tool. A widely-used utility.
- **serde**: A serialization/deserialization crate. Used by many other
Expand Down Expand Up @@ -138,7 +137,7 @@ Rust code being written today.
a very large function containing many locals and basic blocks, similar to
`keccak` but less extreme.
- **regex**: See above. This is an older version of the crate.
- **piston-image**: See above.
- **piston-image**: See above. This is an older version of the `image` crate.
- **style-servo**: An old version of Servo's `style` crate. A large crate, and
one used by old versions of Firefox.
- **syn**: See above.
Expand Down
4 changes: 2 additions & 2 deletions collector/benchmarks/piston-image/perf-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"runs": 1,
"category": "primary-and-stable"
}
"category": "stable"
}