From 5c62e5d79a3d186123efcdf287d5562fc6a6c92d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 2 Aug 2025 06:24:04 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for ff17fbcc0a812d908d207de06bfc0c5e77d06029 --- benchmarks/data.js | 102 ++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 53 deletions(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 4e403b2..34a8c32 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,60 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754086389756, + "lastUpdate": 1754115844326, "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": "b9eda61729325be4c2caad56b060c28f7c7f89ac", - "message": "fix: resolve test hanging issue in CI\n\n- Reduce CI reporters to prevent resource contention (removed json/html)\n- Optimize coverage settings with all:false and skipFull:true\n- Fix MSW waitForRequest memory leak by adding timeout and cleanup\n- Add teardownTimeout to vitest config\n- Add 10-minute timeout to GitHub Actions job\n- Create emergency test script without coverage for debugging\n\nThe main issues were:\n1. Coverage collection with multiple reporters causing exhaustion\n2. MSW event listener that could hang indefinitely\n3. Too many simultaneous reporters (4 at once)\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", - "timestamp": "2025-07-29T13:40:18+02:00", - "tree_id": "9f916815f5237d0cc19a68da37fa158ea2a3c25e", - "url": "https://github.com/czlonkowski/n8n-mcp/commit/b9eda61729325be4c2caad56b060c28f7c7f89ac" - }, - "date": 1753790071137, - "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" - } - ] - }, { "commit": { "author": { @@ -2482,6 +2430,54 @@ window.BENCHMARK_DATA = { "extra": "15044 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "ff17fbcc0a812d908d207de06bfc0c5e77d06029", + "message": "fix: prevent 'propertyValues[itemName] is not iterable' error (fixes #90)", + "timestamp": "2025-08-02T06:14:48Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/116/commits/ff17fbcc0a812d908d207de06bfc0c5e77d06029" + }, + "date": 1754115843696, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0188, + "unit": "ms", + "range": 0.25129999999999997, + "extra": "53238 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1309, + "unit": "ms", + "range": 0.4227999999999996, + "extra": "319 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0053, + "unit": "ms", + "range": 0.2731, + "extra": "187704 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0659, + "unit": "ms", + "range": 0.3314, + "extra": "15172 ops/sec" + } + ] } ] }