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`):
3030
3131Benchmarks are built with the ` --test ` option to ` rustc ` which creates a
3232special 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.
3434Cargo passes the ` --bench ` flag to the test harness to tell it to run
3535only benchmarks.
3636
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DESCRIPTION
2525
2626 Benchmarks are built with the --test option to rustc which creates a
2727 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.
2929 Cargo passes the --bench flag to the test harness to tell it to run only
3030 benchmarks.
3131
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ similarly named benchmarks like `foobar`):
3030
3131Benchmarks are built with the ` --test ` option to ` rustc ` which creates a
3232special 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.
3434Cargo passes the ` --bench ` flag to the test harness to tell it to run
3535only benchmarks.
3636
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cargo bench \-\- foo \-\-exact
3030.sp
3131Benchmarks are built with the \fB \-\- test \fR option to \fB rustc \fR which creates a
3232special 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.
3434Cargo passes the \fB \-\- bench \fR flag to the test harness to tell it to run
3535only benchmarks.
3636.sp
You can’t perform that action at this time.
0 commit comments