File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ similarly named benchmarks like `foobar`):
30
30
31
31
Benchmarks are built with the ` --test ` option to ` rustc ` which creates a
32
32
special executable by linking your code with libtest. The executable
33
- automatically runs all functions annotated with ` #[bench] ` attribute.
33
+ automatically runs all functions annotated with the ` #[bench] ` attribute.
34
34
Cargo passes the ` --bench ` flag to the test harness to tell it to run
35
35
only benchmarks.
36
36
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DESCRIPTION
25
25
26
26
Benchmarks are built with the --test option to rustc which creates a
27
27
special executable by linking your code with libtest. The executable
28
- automatically runs all functions annotated with #[bench] attribute.
28
+ automatically runs all functions annotated with the #[bench] attribute.
29
29
Cargo passes the --bench flag to the test harness to tell it to run only
30
30
benchmarks.
31
31
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ similarly named benchmarks like `foobar`):
30
30
31
31
Benchmarks are built with the ` --test ` option to ` rustc ` which creates a
32
32
special executable by linking your code with libtest. The executable
33
- automatically runs all functions annotated with ` #[bench] ` attribute.
33
+ automatically runs all functions annotated with the ` #[bench] ` attribute.
34
34
Cargo passes the ` --bench ` flag to the test harness to tell it to run
35
35
only benchmarks.
36
36
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cargo bench \-\- foo \-\-exact
30
30
.sp
31
31
Benchmarks are built with the \fB \-\- test \fR option to \fB rustc \fR which creates a
32
32
special executable by linking your code with libtest. The executable
33
- automatically runs all functions annotated with \fB #[bench] \fR attribute.
33
+ automatically runs all functions annotated with the \fB #[bench] \fR attribute.
34
34
Cargo passes the \fB \-\- bench \fR flag to the test harness to tell it to run
35
35
only benchmarks.
36
36
.sp
You can’t perform that action at this time.
0 commit comments