From 068fca6ea79080379aee7496867fd9243d60dd99 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 30 Jul 2025 07:09:03 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for f4c776f43bb6eff7f5ac51855a47121231a02e80 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 18c1cfb..2b56683 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753816490340, + "lastUpdate": 1753859343816, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -626,6 +626,58 @@ window.BENCHMARK_DATA = { "extra": "20994 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": "f4c776f43bb6eff7f5ac51855a47121231a02e80", + "message": "fix: resolve all TypeScript lint errors\n\n- Fixed undefined variable reference in server.ts (possiblePaths)\n- Fixed type mismatches in database performance tests\n- Added proper type assertions for MCP response objects\n- Fixed TemplateNode interface compliance in tests\n\nAll TypeScript checks now pass successfully.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", + "timestamp": "2025-07-30T09:07:26+02:00", + "tree_id": "0ac0404856c449c4e7afc1b237c04955f39f9582", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/f4c776f43bb6eff7f5ac51855a47121231a02e80" + }, + "date": 1753859343521, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0135, + "unit": "ms", + "range": 0.21789999999999998, + "extra": "74100 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 2.3265, + "unit": "ms", + "range": 0.8298999999999999, + "extra": "430 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0032, + "unit": "ms", + "range": 0.26320000000000005, + "extra": "309346 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0476, + "unit": "ms", + "range": 0.30010000000000003, + "extra": "20994 ops/sec" + } + ] } ] }