From dae2dcbb025a252f0936787072326156624876f9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 4 Oct 2025 22:07:21 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for c0d7145a5a70af86a8981c8b86612bda4fc8e7cd --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 98e1f33..0127763 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759611754216, + "lastUpdate": 1759615641259, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -886,6 +886,58 @@ window.BENCHMARK_DATA = { "extra": "14590 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": "c0d7145a5a70af86a8981c8b86612bda4fc8e7cd", + "message": "Merge pull request #261 from czlonkowski/feat/integration-tests-phase-5\n\nfeat: Phase 5 integration tests (workflow management)", + "timestamp": "2025-10-05T00:05:34+02:00", + "tree_id": "523b5d117eb634cd893f40b6644e4d1fdbccfc21", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/c0d7145a5a70af86a8981c8b86612bda4fc8e7cd" + }, + "date": 1759615640791, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0192, + "range": "0.2582", + "unit": "ms", + "extra": "52110 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.2384, + "range": "0.9481999999999995", + "unit": "ms", + "extra": "309 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "range": "0.2697", + "unit": "ms", + "extra": "215115 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0661, + "range": "0.3007", + "unit": "ms", + "extra": "15123 ops/sec" + } + ] } ] }