From 1e8ccfb4ea423fa6e0bcd6b21edf0ab6f451542f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 2 Aug 2025 09:53:40 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 3eecda4bd51ae460232eff4554d1be7eea8ba76b --- benchmarks/data.js | 102 ++++++++++++++++++++++----------------------- 1 file changed, 49 insertions(+), 53 deletions(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 8080594..d9dac12 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,60 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754126223612, + "lastUpdate": 1754128420482, "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": "ced38b2f8a49f91e0ba4004ab242f13363c1a6d5", - "message": "feat: add comprehensive update script for n8n dependencies\n\n- Created update-and-publish-prep.sh script that automates entire update process\n- Script now runs all 1,182 tests before allowing updates\n- Automatically bumps version and updates README badges\n- Integrates with npm publish preparation workflow\n- Added 'npm run update:all' command for one-step updates\n- Updated MEMORY_N8N_UPDATE.md with new comprehensive process\n\nThe new workflow ensures:\n- All tests pass before version bump\n- README badges stay in sync\n- Consistent commit messages\n- Ready for npm publish after update\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", - "timestamp": "2025-07-30T09:53:40+02:00", - "tree_id": "2e50363065ef1ed5fab578e9c71e694540be40c0", - "url": "https://github.com/czlonkowski/n8n-mcp/commit/ced38b2f8a49f91e0ba4004ab242f13363c1a6d5" - }, - "date": 1753862118107, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "sample - array sorting - small", - "value": 0.0189, - "unit": "ms", - "range": 0.37929999999999997, - "extra": "52952 ops/sec" - }, - { - "name": "sample - array sorting - large", - "value": 3.1335, - "unit": "ms", - "range": 0.5701999999999998, - "extra": "319 ops/sec" - }, - { - "name": "sample - string concatenation", - "value": 0.0048, - "unit": "ms", - "range": 0.2901, - "extra": "207259 ops/sec" - }, - { - "name": "sample - object creation", - "value": 0.0659, - "unit": "ms", - "range": 0.3066, - "extra": "15181 ops/sec" - } - ] - }, { "commit": { "author": { @@ -2454,6 +2402,54 @@ window.BENCHMARK_DATA = { "extra": "15017 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "3eecda4bd51ae460232eff4554d1be7eea8ba76b", + "message": "fix: Docker build failures and outdated pre-built images", + "timestamp": "2025-08-02T09:37:19Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/117/commits/3eecda4bd51ae460232eff4554d1be7eea8ba76b" + }, + "date": 1754128420228, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0189, + "unit": "ms", + "range": 0.30179999999999996, + "extra": "52782 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1492, + "unit": "ms", + "range": 1.5722999999999998, + "extra": "318 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0049, + "unit": "ms", + "range": 0.2732, + "extra": "205741 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0676, + "unit": "ms", + "range": 0.3385, + "extra": "14803 ops/sec" + } + ] } ] }