loro/crates/loro-internal/deno.json
2023-01-16 20:08:43 +08:00

11 lines
349 B
JSON

{
"tasks": {
"test": "cargo nextest run",
"deny": "cargo deny check",
"fuzz": "cargo fuzz run",
"quick-fuzz": "deno run -A ./scripts/fuzz.ts text recursive encoding",
"mem": "deno run -A ./scripts/run_mem.ts",
"flame": "cargo flamegraph --example many_actors --root",
"bench": "cargo bench --features test_utils"
}
}