@n8n/n8n-benchmark
Version:
Cli for running benchmark tests for n8n
11 lines (10 loc) • 368 B
JSON
{
"$schema": "../scenario.schema.json",
"name": "DataTableNode",
"description": "A Data table node that first inserts 100 items and then reads them from the table. The data is returned with RespondToWebhook Node.",
"scenarioData": {
"workflowFiles": ["data-table-node.json"],
"dataTableFile": "data-table.json"
},
"scriptPath": "data-table-node.script.js"
}