From aba2816ec706606fe366fa2bbc25244bebba94ef Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 6 Oct 2025 16:29:57 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for cc9fe6944929a45e5837645b5ec5b1f126530547 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 7f5be4e..a00dd94 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759754500341, + "lastUpdate": 1759768197611, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1354,6 +1354,58 @@ window.BENCHMARK_DATA = { "extra": "16469 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": "cc9fe6944929a45e5837645b5ec5b1f126530547", + "message": "Merge pull request #280 from czlonkowski/security/issue-265-pr2-rate-limiting-and-ssrf\n\nSecurity Audit PR #2: Rate Limiting & SSRF Protection (HIGH-02, HIGH-03)", + "timestamp": "2025-10-06T18:28:09+02:00", + "tree_id": "1c0c1424908e3ccc41f42dd153e9fe28d00762b7", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/cc9fe6944929a45e5837645b5ec5b1f126530547" + }, + "date": 1759768197303, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.019, + "range": "0.3319", + "unit": "ms", + "extra": "52507 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1887, + "range": "0.5932999999999997", + "unit": "ms", + "extra": "314 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0048, + "range": "0.247", + "unit": "ms", + "extra": "206538 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0659, + "range": "0.3086", + "unit": "ms", + "extra": "15176 ops/sec" + } + ] } ] }