mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 18:42:18 -05:00
14 lines
196 B
Text
14 lines
196 B
Text
|
{
|
||
|
"tests": {
|
||
|
"root": {
|
||
|
"args": "bench",
|
||
|
"output": "root.out"
|
||
|
},
|
||
|
"package": {
|
||
|
"args": "bench",
|
||
|
"cwd": "package-b",
|
||
|
"output": "package_b.out"
|
||
|
}
|
||
|
}
|
||
|
}
|