Skip to content

Commit 192ff42

Browse files
kreibaumdjc
authored andcommitted
Add --test example to readme
To make it clear that --unit-test and --test are separate.
1 parent 6e9e05b commit 192ff42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ cargo flamegraph --example some_example --features some_features
106106
cargo flamegraph --unit-test -- test::in::package::with::single::crate
107107
cargo flamegraph --unit-test crate_name -- test::in::package::with::multiple:crate
108108
cargo flamegraph --unit-test --dev test::may::omit::separator::if::unit::test::flag::not::last::flag
109+
110+
# Profile integration tests.
111+
cargo flamegraph --test test_name
109112
```
110113

111114
## Usage

0 commit comments

Comments
 (0)