mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
8 lines
243 B
JSON
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"
|
|
}
|
|
}
|