mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* more markdowny linty things * Fixes #2572 by replacing mdbook-template with github-flavoured and more markdowny alerts
11 lines
274 B
Markdown
11 lines
274 B
Markdown
# Running DHAT profiling
|
|
|
|
```shell
|
|
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
|
|
```
|