mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
11 lines
245 B
Markdown
11 lines
245 B
Markdown
|
|
||
|
|
||
|
```
|
||
|
cargo test --features=dhat-heap test_idm_authsession_simple_password_mech
|
||
|
|
||
|
cargo install cargo-flamegraph
|
||
|
cargo flamegraph --root --reverse --unit-test -- 'testname'
|
||
|
|
||
|
KANI_CARGO_OPTS="--features dhat-heap" ./run_insecure_dev_server.sh
|
||
|
```
|