diff --git a/benchmarks/data.js b/benchmarks/data.js index 6fe7c8e..721d626 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,56 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754128962493, + "lastUpdate": 1754131288639, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ - { - "commit": { - "author": { - "name": "czlonkowski", - "username": "czlonkowski" - }, - "committer": { - "name": "czlonkowski", - "username": "czlonkowski" - }, - "id": "ee9efd7849e9ef20d1da5c73138389bbd67a5b3b", - "message": "This PR implements a comprehensive testing infrastructure for n8n-MCP, adding 1,182 tests to ensure code quality and reliability.", - "timestamp": "2025-07-30T08:07:45Z", - "url": "https://github.com/czlonkowski/n8n-mcp/pull/104/commits/ee9efd7849e9ef20d1da5c73138389bbd67a5b3b" - }, - "date": 1753863323002, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "sample - array sorting - small", - "value": 0.0189, - "unit": "ms", - "range": 0.22849999999999998, - "extra": "53002 ops/sec" - }, - { - "name": "sample - array sorting - large", - "value": 3.1451, - "unit": "ms", - "range": 1.4502000000000002, - "extra": "318 ops/sec" - }, - { - "name": "sample - string concatenation", - "value": 0.0049, - "unit": "ms", - "range": 0.271, - "extra": "202154 ops/sec" - }, - { - "name": "sample - object creation", - "value": 0.0661, - "unit": "ms", - "range": 0.3175, - "extra": "15136 ops/sec" - } - ] - }, { "commit": { "author": { @@ -2450,6 +2402,54 @@ window.BENCHMARK_DATA = { "extra": "15002 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "907d3846a9eb4f978991177128996fe1d3f6ecbe", + "message": "feat: Add automated release system with CI/CD pipeline", + "timestamp": "2025-08-02T10:33:11Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/119/commits/907d3846a9eb4f978991177128996fe1d3f6ecbe" + }, + "date": 1754131288260, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0187, + "unit": "ms", + "range": 0.27899999999999997, + "extra": "53462 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.3121, + "unit": "ms", + "range": 3.0972000000000004, + "extra": "302 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "unit": "ms", + "range": 0.2564, + "extra": "215854 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0659, + "unit": "ms", + "range": 0.3029, + "extra": "15164 ops/sec" + } + ] } ] }