loro/crates/compact-bytes/deno.json
Zixuan Chen 6311782943 perf: optimize compress & speed
but no cap for now
2023-07-13 22:43:02 +08:00

8 lines
238 B
JSON

{
"tasks": {
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example permuted --root",
"bench": "cargo bench",
"fuzz": "cargo +nightly fuzz run match",
"test": "cargo nextest run && cargo test --doc"
}
}