test: Add JS CodeNode benchmark scenario (#10632)

This commit is contained in:
Tomi Turtiainen
2024-09-02 12:21:41 +03:00
committed by GitHub
parent 7cfe56d727
commit 56354151d4
3 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "../scenario.schema.json",
"name": "CodeNodeJsOnceForEach",
"description": "A JS Code Node that runs once for each item and adds, modifies and removes properties. The data of 5 items is generated using DebugHelper Node, and returned with RespondToWebhook Node.",
"scenarioData": { "workflowFiles": ["jsCodeNodeOnceForEach.json"] },
"scriptPath": "jsCodeNodeOnceForEach.script.js"
}