mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
* Allow multiple origins * Docs * Capitalization 'n stuff --------- Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
9 lines
243 B
Markdown
9 lines
243 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
|
|
```
|