mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-12 16:55:12 +00:00
6311782943
but no cap for now
8 lines
238 B
JSON
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"
|
|
}
|
|
}
|