-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
C-bugCategory: bugCategory: bugCommand-benchS-propose-closeStatus: A team member has nominated this for closing, pending further input from the teamStatus: A team member has nominated this for closing, pending further input from the team
Description
I'm experimenting with benchmarking for Rust stable. One way to tie into cargo is simply to use the benchmark facility:
[[bench]]
name = "benchmarks"
harness = false
This compiles and runs, using a dev-dependency in the benchmark runner and so on. The only unexpected part is that it is passed --bench as a command line argument (and to add to that, it's not the first argument but the last). I'd expect it does not use --bench when harness = false.
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugCommand-benchS-propose-closeStatus: A team member has nominated this for closing, pending further input from the teamStatus: A team member has nominated this for closing, pending further input from the team
Type
Projects
Status
Done