loro/crates/loro-core/deno.json
2022-12-09 10:46:55 +08:00

11 lines
365 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": "cargo run --example mem -r --features=test_utils",
"flame": "cargo flamegraph --example many_actors --root",
"bench": "cargo bench --features test_utils"
}
}