mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
benches | ||
debug_printer | ||
melib | ||
scripts | ||
src | ||
testing | ||
ui | ||
.gdbinit | ||
.gitignore | ||
Cargo.toml | ||
COPYING | ||
meli.1 | ||
README | ||
rustfmt.toml | ||
sample-config |
__ __/ \__ / \__/ \__ . \__/ \__/ \ , _ , _ ___ │ ' / \__ \__/ │' `│ `┒ .' ` │ │ \__/ \__/ \ │ │ │ |────' │ │ \__/ \__/ │ / `.___, /\__ / \__/ ,-. \_/ terminal mail user agent {|||)< / \ `-' builds with debug print logs on stderr config ====== # $XDG_CONFIG_HOME/meli/config testing ======= # cargo test -p {melib, ui, meli} (-- --nocapture) (--test test_name) profiling: ========== # perf record -g target/debug/bin # perf script | stackcollapse-perf | rust-unmangle | flamegraph > perf.svg