From 52cb4dedca8bbb86de3001f73f94c72d4857f8f3 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Oct 2025 10:15:25 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for f74427bdb5fde342bf27f7b19db6b65ca73add68 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 0f4a752..3a610fa 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759475398175, + "lastUpdate": 1759486525404, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -470,6 +470,58 @@ window.BENCHMARK_DATA = { "extra": "14820 ops/sec" } ] + }, + { + "commit": { + "author": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "Romuald Członkowski", + "username": "czlonkowski" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f74427bdb5fde342bf27f7b19db6b65ca73add68", + "message": "Merge pull request #251 from czlonkowski/fix/p0-workflow-creation-normalization-bug\n\nfix(p0): remove incorrect node type normalization before n8n API calls", + "timestamp": "2025-10-03T12:13:25+02:00", + "tree_id": "bcb74917537b64059331c1c4d3d780b1b45b5191", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/f74427bdb5fde342bf27f7b19db6b65ca73add68" + }, + "date": 1759486525133, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0194, + "range": "0.37020000000000003", + "unit": "ms", + "extra": "51622 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.4046, + "range": "0.6403999999999996", + "unit": "ms", + "extra": "294 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "range": "0.28500000000000003", + "unit": "ms", + "extra": "216003 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0664, + "range": "0.41300000000000003", + "unit": "ms", + "extra": "15066 ops/sec" + } + ] } ] }