diff --git a/benchmarks/data.js b/benchmarks/data.js index 4da75f0..a050d79 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759567664307, + "lastUpdate": 1759573692254, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -730,6 +730,58 @@ window.BENCHMARK_DATA = { "extra": "15275 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": "00289e90d73fbea9d20da3049b1a432ccc242eb9", + "message": "Merge pull request #258 from czlonkowski/feat/integration-tests-phase-2\n\nrefactor(integration): Update Phase 2 tests to use MCP handlers", + "timestamp": "2025-10-04T12:26:20+02:00", + "tree_id": "409baa862831dc8c666e941655cd5ace530d4cd8", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/00289e90d73fbea9d20da3049b1a432ccc242eb9" + }, + "date": 1759573691596, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0193, + "range": "0.2535", + "unit": "ms", + "extra": "51682 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.3265, + "range": "0.6184000000000003", + "unit": "ms", + "extra": "301 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "range": "0.26430000000000003", + "unit": "ms", + "extra": "215763 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.066, + "range": "0.34400000000000003", + "unit": "ms", + "extra": "15158 ops/sec" + } + ] } ] }