From 1c146e9b9696509db9c34c7c2edfce12ce7eca33 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Oct 2025 09:04:21 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 08abdb79372f8e68842c5477bb3fd9e7c40e46dd --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 8ce17cc..deebfdb 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759677383028, + "lastUpdate": 1759741461510, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1198,6 +1198,58 @@ window.BENCHMARK_DATA = { "extra": "14752 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": "08abdb79372f8e68842c5477bb3fd9e7c40e46dd", + "message": "Merge pull request #274 from czlonkowski/fix/issue-272-connection-operations-phase0\n\nPhase 0 + Phase 1: Connection Operations + TypeError Fixes (Issues #272, #204, #275, #136)", + "timestamp": "2025-10-06T11:02:32+02:00", + "tree_id": "4d34ff5fba71f2b1f37196d70868c3326630228d", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/08abdb79372f8e68842c5477bb3fd9e7c40e46dd" + }, + "date": 1759741461009, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0191, + "range": "0.28950000000000004", + "unit": "ms", + "extra": "52386 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.3439, + "range": "0.8758999999999997", + "unit": "ms", + "extra": "299 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0047, + "range": "0.26990000000000003", + "unit": "ms", + "extra": "211630 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0666, + "range": "0.33719999999999994", + "unit": "ms", + "extra": "15025 ops/sec" + } + ] } ] }