From 67689662a6eb9ecd1c3bafa37a9d60e68362a827 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 30 Sep 2025 15:54:40 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for a1db133a50baa8c60d662e0ebf136776b45a0822 --- benchmarks/data.js | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index c4d7d5b..cfc89a9 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1759236547404, + "lastUpdate": 1759247680913, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -210,6 +210,58 @@ window.BENCHMARK_DATA = { "extra": "15223 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": "a1db133a50baa8c60d662e0ebf136776b45a0822", + "message": "Merge pull request #241 from czlonkowski/feature/partial-update-enhancements\n\ntest: add 46 tests to improve workflow-diff-engine coverage to 89.51%", + "timestamp": "2025-09-30T17:53:02+02:00", + "tree_id": "94da5c8c1d270275efc0f035c38fa61d4c2498bf", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/a1db133a50baa8c60d662e0ebf136776b45a0822" + }, + "date": 1759247680458, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0191, + "range": "0.3052", + "unit": "ms", + "extra": "52360 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.3636, + "range": "3.0083", + "unit": "ms", + "extra": "297 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0046, + "range": "0.2665", + "unit": "ms", + "extra": "215943 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0662, + "range": "0.2895", + "unit": "ms", + "extra": "15101 ops/sec" + } + ] } ] }