loro/crates/loro-core/deno.json

12 lines
407 B
JSON
Raw Normal View History

2022-11-21 04:50:15 +00:00
{
"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": "RUSTFLAGS='--cfg=mem' cargo run --example mem -r --features=test_utils",
"flame": "cargo flamegraph --example text_sync --features=test_utils --root",
"bench": "cargo bench --features test_utils"
}
}