diff --git a/benchmarks/data.js b/benchmarks/data.js index 721d626..9673ac4 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,60 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754131288639, + "lastUpdate": 1754132708260, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ - { - "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" - } - ] - }, { "commit": { "author": { @@ -2450,6 +2398,58 @@ window.BENCHMARK_DATA = { "extra": "15164 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": "3bfad51519a502d969cc9d0cfb9da5c51ef01ff4", + "message": "Merge pull request #119 from czlonkowski/ci-cd\n\nfeat: Add automated release system with CI/CD pipeline", + "timestamp": "2025-08-02T13:03:38+02:00", + "tree_id": "93edeb3937cf9e36022161f4005c3ed34fe2e2db", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/3bfad51519a502d969cc9d0cfb9da5c51ef01ff4" + }, + "date": 1754132707592, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0206, + "unit": "ms", + "range": 0.6753, + "extra": "48601 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1432, + "unit": "ms", + "range": 0.657, + "extra": "318 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.005, + "unit": "ms", + "range": 0.2528, + "extra": "201833 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.066, + "unit": "ms", + "range": 0.3407, + "extra": "15157 ops/sec" + } + ] } ] }