mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
16 lines
315 B
TOML
16 lines
315 B
TOML
[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"
|
|
|
|
[unstable]
|
|
codegen-backend = true
|
|
|
|
[profile.release]
|
|
codegen-backend = "cranelift"
|
|
|
|
[profile.dev]
|
|
codegen-backend = "cranelift"
|