loro/crates/compact-bytes/deno.json

9 lines
243 B
JSON
Raw Normal View History

2023-07-13 11:29:00 +00:00
{
"tasks": {
2023-07-13 19:03:51 +00:00
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example permuted_slow --root",
"bench": "cargo bench",
2023-07-13 11:29:00 +00:00
"fuzz": "cargo +nightly fuzz run match",
"test": "cargo nextest run && cargo test --doc"
}
}