mirror of
https://github.com/denoland/deno.git
synced 2025-01-31 03:36:06 -05:00
20 lines
503 B
JSON
20 lines
503 B
JSON
|
{
|
||
|
"steps": [{
|
||
|
"args": "bench --ignore=collect/ignore collect",
|
||
|
"output": "collect.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "bench --config collect/deno.jsonc collect",
|
||
|
"output": "collect.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "bench --config collect/deno2.jsonc collect",
|
||
|
"output": "collect2.out"
|
||
|
}, {
|
||
|
"cleanDenoDir": true,
|
||
|
"args": "bench --config collect/deno.malformed.jsonc",
|
||
|
"exitCode": 1,
|
||
|
"output": "collect_with_malformed_config.out"
|
||
|
}]
|
||
|
}
|