loro/crates/compact-bytes/deno.json
2023-07-14 03:03:51 +08:00

8 lines
243 B
JSON

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