diff --git a/benchmarks/data.js b/benchmarks/data.js index 47f73b3..8080594 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,60 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754124783963, + "lastUpdate": 1754126223612, "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": "0e26a46af96cbe287099682545da77b9f9fb43a7", - "message": "feat: add test execution to npm publish workflow\n\n- Run all tests before publishing to npm\n- Abort publish if any tests fail\n- Ensures only quality-tested code gets published\n- Shows clear success/failure messages\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", - "timestamp": "2025-07-30T09:47:58+02:00", - "tree_id": "fe3c572de9f5154386a3e429f601830814079be6", - "url": "https://github.com/czlonkowski/n8n-mcp/commit/0e26a46af96cbe287099682545da77b9f9fb43a7" - }, - "date": 1753861795335, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "sample - array sorting - small", - "value": 0.0188, - "unit": "ms", - "range": 0.2506, - "extra": "53199 ops/sec" - }, - { - "name": "sample - array sorting - large", - "value": 3.1373, - "unit": "ms", - "range": 0.9872999999999998, - "extra": "319 ops/sec" - }, - { - "name": "sample - string concatenation", - "value": 0.005, - "unit": "ms", - "range": 0.26080000000000003, - "extra": "200999 ops/sec" - }, - { - "name": "sample - object creation", - "value": 0.0663, - "unit": "ms", - "range": 0.3349, - "extra": "15083 ops/sec" - } - ] - }, { "commit": { "author": { @@ -2458,6 +2406,54 @@ window.BENCHMARK_DATA = { "extra": "15173 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "1c6bff7d428288b04235b24f5b7bd8686e909ccd", + "message": "fix: Docker build failures and outdated pre-built images", + "timestamp": "2025-08-02T08:58:21Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/117/commits/1c6bff7d428288b04235b24f5b7bd8686e909ccd" + }, + "date": 1754126222980, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0188, + "unit": "ms", + "range": 0.2192, + "extra": "53314 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1387, + "unit": "ms", + "range": 0.45809999999999995, + "extra": "319 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0051, + "unit": "ms", + "range": 0.27, + "extra": "194194 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0666, + "unit": "ms", + "range": 0.3459, + "extra": "15017 ops/sec" + } + ] } ] }