From bbc001321a562539d99686cc0a9e89561d44ad7b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 30 Jul 2025 07:59:47 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for ced38b2f8a49f91e0ba4004ab242f13363c1a6d5 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 98bedd1..59d5e48 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753862118737, + "lastUpdate": 1753862387157, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -834,6 +834,54 @@ window.BENCHMARK_DATA = { "extra": "15181 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "ced38b2f8a49f91e0ba4004ab242f13363c1a6d5", + "message": "This PR implements a comprehensive testing infrastructure for n8n-MCP, adding 1,182 tests to ensure code quality and reliability.", + "timestamp": "2025-07-30T07:16:02Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/104/commits/ced38b2f8a49f91e0ba4004ab242f13363c1a6d5" + }, + "date": 1753862386886, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0187, + "unit": "ms", + "range": 0.27199999999999996, + "extra": "53615 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1447, + "unit": "ms", + "range": 0.5281000000000002, + "extra": "318 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "unit": "ms", + "range": 0.2594, + "extra": "215484 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0661, + "unit": "ms", + "range": 0.3047, + "extra": "15134 ops/sec" + } + ] } ] }