1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash set -e # build CUR_DIR="$(dirname "$(pwd)${0:1}")" "${CUR_DIR}/build.sh" # cargo install flamegraph, see https://github.com/killercup/cargo-flamegraph cargo flamegraph --features="osmgraphing" --bin osmgraphing -- --config "${CUR_DIR}/../custom/resources/config.yaml"