loro/crates/loro-internal/deno.json

12 lines
424 B
JSON
Raw Normal View History

2022-11-21 04:50:15 +00:00
{
"tasks": {
"test": "cargo nextest run",
"deny": "cargo deny check",
2023-06-29 08:09:42 +00:00
"fuzz": "cargo +nightly fuzz run",
"quick-fuzz": "deno run -A ./scripts/fuzz.ts text text_refactored recursive encoding recursive_txn",
2022-12-27 06:18:46 +00:00
"mem": "deno run -A ./scripts/run_mem.ts",
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example automerge_x100 --root",
2022-11-21 04:50:15 +00:00
"bench": "cargo bench --features test_utils"
}
}