loro/crates/loro-internal/deno.json
2023-07-18 01:23:49 +08:00

11 lines
429 B
JSON

{
"tasks": {
"test": "cargo nextest run",
"deny": "cargo deny check",
"fuzz": "cargo +nightly fuzz run",
"quick-fuzz": "deno run -A ./scripts/fuzz.ts text text_refactored recursive encoding recursive_txn",
"mem": "deno run -A ./scripts/run_mem.ts",
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example encoding_refactored --root",
"bench": "cargo bench --features test_utils"
}
}