Skip to content

Commit

Permalink
add with_bench flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 15, 2024
1 parent a65565e commit 88ec692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/guides/languages/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ build:
TRY
RUN /scripts/std_build.py --build_flags="" \
--with_test \
--with_bench \
--cov_report="coverage-report.info" \
--libs="bar" \
--bins="foo/foo"
Expand Down
1 change: 1 addition & 0 deletions examples/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ build:
TRY
RUN /scripts/std_build.py --build_flags="" \
--with_test \
--with_bench \
--cov_report="coverage-report.info" \
--libs="bar" \
--bins="foo/foo"
Expand Down

0 comments on commit 88ec692

Please sign in to comment.