-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
TEST_BENCH does nothing #21324
Comments
Isn't it |
It looks to me like neither the TEST_BENCH nor the PLEASE_BENCH commands are actually used anywhere. If the PLEASE_BENCH flag is set then the TEST_BENCH flag is set to --bench, but I don't know if those flags are used anywhere else. My grepping results are below.
|
I used |
It looks like |
611ef49 removed all the metrics stuff from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did anything. Fixes rust-lang#21324.
611ef49 removed all the metrics stuff from tests.mk, but this meant that `PLEASE_BENCH=1` no longer did anything. Fixes rust-lang#21324.
make tips
says thatTEST_BENCH=1
will run benchmarks but it is not true. Are we ever running benchmarks?The text was updated successfully, but these errors were encountered: