2022-11-21 04:50:15 +00:00
|
|
|
{
|
|
|
|
"tasks": {
|
2023-07-22 11:02:22 +00:00
|
|
|
"test": "cargo nextest run --features test_utils",
|
2022-11-21 04:50:15 +00:00
|
|
|
"deny": "cargo deny check",
|
2023-06-29 08:09:42 +00:00
|
|
|
"fuzz": "cargo +nightly fuzz run",
|
2023-08-05 15:29:11 +00:00
|
|
|
"quick-fuzz": "deno run -A ./scripts/fuzz.ts text_refactored recursive_refactored",
|
2022-12-27 06:18:46 +00:00
|
|
|
"mem": "deno run -A ./scripts/run_mem.ts",
|
2023-07-17 17:23:49 +00:00
|
|
|
"flame": "CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --example encoding_refactored --root",
|
2022-11-21 04:50:15 +00:00
|
|
|
"bench": "cargo bench --features test_utils"
|
|
|
|
}
|
|
|
|
}
|