mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
82b5f8dc90
* perf: remove unused transact field * perf: micro optimization * bench: fix bench * bench: add utf16 bench * chore: refine diagnose * perf: speedup utf16 lookup * perf: use better utf16 len counter * refactor: use js to cast Loro/Transaction * refactor: map and list use __loro and __txn * test: configure ci vitest * chore: ci
11 lines
385 B
JSON
11 lines
385 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_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example automerge_x100 --root",
|
|
"bench": "cargo bench --features test_utils"
|
|
}
|
|
}
|