From 462c22b81c42efc28242a94a258cc1c308742126 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Oct 2025 11:28:49 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for e1be4473a328b598c1e1a46db3b7ebdc441c2a06 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index deebfdb..867bab0 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759741461510, + "lastUpdate": 1759750129469, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1250,6 +1250,58 @@ window.BENCHMARK_DATA = { "extra": "15025 ops/sec" } ] + }, + { + "commit": { + "author": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "czlonkowski", + "username": "czlonkowski" + }, + "distinct": true, + "id": "e1be4473a328b598c1e1a46db3b7ebdc441c2a06", + "message": "Merge pull request #278 from czlonkowski/fix/issue-277-signal-handlers-stdio\n\nFix: Add signal handlers for stdio mode (Issue #277)\n\nFixes orphaned Node.js processes on Windows 11 when Claude Desktop quits.\n\nProduction-ready improvements:\n- Robust container detection (Docker, Kubernetes, Podman, containerd)\n- Fixed redundant exit calls with graceful 1000ms timeout\n- Error handling for stdin registration\n- Shutdown trigger logging for debugging\n\nCode Review: Approved - Production Ready (9.6/10)\nAll critical issues resolved, 90% Docker test pass confidence\n\nReported by: @Eddy-Chahed\nIssue: #277", + "timestamp": "2025-10-06T13:26:27+02:00", + "tree_id": "b0ca8db8325e3f28c4edb05066054060ab75262a", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/e1be4473a328b598c1e1a46db3b7ebdc441c2a06" + }, + "date": 1759750129160, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0193, + "range": "0.25880000000000003", + "unit": "ms", + "extra": "51753 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.3839, + "range": "0.4937999999999998", + "unit": "ms", + "extra": "296 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0048, + "range": "0.27490000000000003", + "unit": "ms", + "extra": "208482 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0657, + "range": "0.3145", + "unit": "ms", + "extra": "15223 ops/sec" + } + ] } ] }