feat(benchmark): Add benchmark scenario for the httprequest node (#10672)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "../scenario.schema.json",
|
||||
"name": "HttpNode",
|
||||
"description": "Webhook -> 3x HTTP request to a mock API -> Merge -> Respond to Webhook. Requires a mock API running at http://mockapi:8080",
|
||||
"scenarioData": { "workflowFiles": ["httpNode.json"] },
|
||||
"scriptPath": "httpNode.script.js"
|
||||
}
|
||||
Reference in New Issue
Block a user