From a2db17705e9de35f6de21a11a22626f4fdcd5ed4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 3 Oct 2025 12:54:45 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 4bf8f7006dd81d6420368122563bc21cc295bc2a --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 86208fb..f31179b 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759491142014, + "lastUpdate": 1759496085196, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -574,6 +574,58 @@ window.BENCHMARK_DATA = { "extra": "14895 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": "4bf8f7006dd81d6420368122563bc21cc295bc2a", + "message": "Merge pull request #253 from czlonkowski/fix/search-templates-metadata-timeout\n\nrefactor: enhance search_templates_by_metadata with production-ready improvements", + "timestamp": "2025-10-03T14:52:42+02:00", + "tree_id": "404bd1ce3b2156ced739a7ccf82f66a842d91f2f", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/4bf8f7006dd81d6420368122563bc21cc295bc2a" + }, + "date": 1759496084803, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0191, + "range": "0.3128", + "unit": "ms", + "extra": "52360 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.4106, + "range": "0.5886", + "unit": "ms", + "extra": "293 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0047, + "range": "0.291", + "unit": "ms", + "extra": "213979 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0676, + "range": "0.4316", + "unit": "ms", + "extra": "14787 ops/sec" + } + ] } ] }