From d63f414b9e0475a5eb380d81d9daaec93e7d7b1f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 30 Jul 2025 08:19:58 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for bd208e71f8e8de35b4ccf5bc669cad92a5bdb633 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index b49b59b..3e28bdf 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753863323631, + "lastUpdate": 1753863598002, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -982,6 +982,58 @@ window.BENCHMARK_DATA = { "extra": "15136 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": "bd208e71f8e8de35b4ccf5bc669cad92a5bdb633", + "message": "fix: override test-related types in tsconfig.build.json for Docker builds\n\n- Override the 'types' array to only include 'node' types\n- Exclude 'types' directory and any nested types directories from build\n- Add comment explaining the types override rationale\n- This prevents TypeScript from looking for vitest/globals and test-env types\n\nThe issue was that tsconfig.build.json was inheriting test-related type\ndefinitions from tsconfig.json which aren't available in the minimal\nDocker build environment.\n\nCode reviewed and enhanced based on suggestions:\n- Added '**/types' to exclude pattern for comprehensive exclusion\n- Added explanatory comment for future maintainers\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", + "timestamp": "2025-07-30T10:18:29+02:00", + "tree_id": "eff1e3a295be3450a88ee378478c118d7803ae20", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/bd208e71f8e8de35b4ccf5bc669cad92a5bdb633" + }, + "date": 1753863597738, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0191, + "unit": "ms", + "range": 0.4264, + "extra": "52430 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1497, + "unit": "ms", + "range": 0.46119999999999983, + "extra": "317 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0047, + "unit": "ms", + "range": 0.2666, + "extra": "214393 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0668, + "unit": "ms", + "range": 0.3388, + "extra": "14967 ops/sec" + } + ] } ] }