From 9a59828b7d9bdd70b5f13714b59f623380c21717 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 30 Jul 2025 12:15:20 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for e4acb6a1ef55f6d5b7f4ebd31ce16d97134f03b1 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 57c21e6..5ec1810 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753875985180, + "lastUpdate": 1753877720064, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1182,6 +1182,54 @@ window.BENCHMARK_DATA = { "extra": "15158 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "e4acb6a1ef55f6d5b7f4ebd31ce16d97134f03b1", + "message": "This PR implements a comprehensive testing infrastructure for n8n-MCP, adding 1,182 tests to ensure code quality and reliability.", + "timestamp": "2025-07-30T11:45:06Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/104/commits/e4acb6a1ef55f6d5b7f4ebd31ce16d97134f03b1" + }, + "date": 1753877719787, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.019, + "unit": "ms", + "range": 0.33249999999999996, + "extra": "52526 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1523, + "unit": "ms", + "range": 0.5766, + "extra": "317 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0048, + "unit": "ms", + "range": 0.2944, + "extra": "210423 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0671, + "unit": "ms", + "range": 0.4111, + "extra": "14901 ops/sec" + } + ] } ] }