From 46a5eb5d45ceb65b29dedaabd9fea6ba56538d38 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 7 Oct 2025 21:43:49 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 49757e3c22363f18eee95b2eb24324311f0d70b0 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index b1d6977..16e99f2 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759854275773, + "lastUpdate": 1759873429081, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1614,6 +1614,58 @@ window.BENCHMARK_DATA = { "extra": "14339 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": "49757e3c22363f18eee95b2eb24324311f0d70b0", + "message": "Merge pull request #285 from czlonkowski/fix/version-extraction-and-typeversion-validation\n\nfix: correct version extraction and typeVersion validation for langchain nodes", + "timestamp": "2025-10-07T23:41:53+02:00", + "tree_id": "a2f18d7ed7a8f59d261c7ef436d6cf618d6f472f", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/49757e3c22363f18eee95b2eb24324311f0d70b0" + }, + "date": 1759873428698, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0199, + "range": "0.2711", + "unit": "ms", + "extra": "50183 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.217, + "range": "1.3245999999999998", + "unit": "ms", + "extra": "311 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "range": "0.2717", + "unit": "ms", + "extra": "215056 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0671, + "range": "0.4048", + "unit": "ms", + "extra": "14898 ops/sec" + } + ] } ] }