From 80b123d15447b66285f01c50414c1a7e089e0ef4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 31 Jul 2025 14:37:36 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 13591df47c22e8695cf1f16a6fbddb516d512e22 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 6d59cc9..12dbcf7 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753968579545, + "lastUpdate": 1753972656271, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1974,6 +1974,54 @@ window.BENCHMARK_DATA = { "extra": "14929 ops/sec" } ] + }, + { + "commit": { + "author": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "name": "czlonkowski", + "username": "czlonkowski" + }, + "id": "13591df47c22e8695cf1f16a6fbddb516d512e22", + "message": "fix: add Docker configuration file support (fixes #105)", + "timestamp": "2025-07-31T14:19:53Z", + "url": "https://github.com/czlonkowski/n8n-mcp/pull/106/commits/13591df47c22e8695cf1f16a6fbddb516d512e22" + }, + "date": 1753972655982, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0192, + "unit": "ms", + "range": 0.27140000000000003, + "extra": "52124 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1453, + "unit": "ms", + "range": 0.4518, + "extra": "318 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0047, + "unit": "ms", + "range": 0.2636, + "extra": "214446 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0661, + "unit": "ms", + "range": 0.28640000000000004, + "extra": "15123 ops/sec" + } + ] } ] }