wikidata-to-surrealdb/.cargo/config.toml
2024-08-07 00:07:31 -07:00

11 lines
298 B
TOML

# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
[alias]
t = "nextest run"
# https://github.com/tikv/pprof-rs?tab=readme-ov-file#use-with-pprof
profile = "bench --bench bench -- --profile-time 10"
[build]
target-dir = "target/target"