feat(benchmark): Add benchmark scenario for binary files (#10648)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "../scenario.schema.json",
|
||||
"name": "BinaryData",
|
||||
"description": "Send a binary file to a webhook, write it to FS, read it from FS and receive it back",
|
||||
"scenarioData": { "workflowFiles": ["binaryData.json"] },
|
||||
"scriptPath": "binaryData.script.js"
|
||||
}
|
||||
Reference in New Issue
Block a user