mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
11 lines
434 B
JSON
11 lines
434 B
JSON
{
|
|
"tasks": {
|
|
"test": "cargo nextest run --features test_utils",
|
|
"deny": "cargo deny check",
|
|
"fuzz": "cargo +nightly fuzz run",
|
|
"quick-fuzz": "deno run -A ./scripts/fuzz.ts text_refactored recursive_refactored",
|
|
"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"
|
|
}
|
|
}
|