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

Restructure benchmarks #7687

Closed
wants to merge 2 commits into from
Closed

Restructure benchmarks #7687

wants to merge 2 commits into from

Conversation

emberian
Copy link
Member

No description provided.

@emberian
Copy link
Member Author

This moves shootout-* into a shootout subdir, moves the various task and msgsend benches to an rt subdir, and moves the core-* benches to a std subdir. Renames shootout-* and core-* to remove the prefix as it is now redundant.

@brson
Copy link
Contributor

brson commented Jul 10, 2013

This doesn't modify mk/tests.mk. Does this continue running the benchmarks under make check-stage1-bench?

@brson
Copy link
Contributor

brson commented Jul 10, 2013

To be clear, there needs to be some mechanism that keeps these tests building, and that's make check-stage1-bench.

@emberian emberian closed this Aug 7, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2023
new lint: `type_id_on_box`

Closes rust-lang#7687.

A new lint that detects calling `.type_id()` on `Box<dyn Any>` (and not on the underlying `dyn Any`), which can make up for some pretty confusing bugs!

changelog: new lint: [`type_id_on_box`]
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