From a3a7c4f9c8e486a3df9c01bfa36bb9a35eb615fe Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 29 Jul 2025 06:56:10 +0000 Subject: [PATCH] add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for e66a17b5c2f83df0689f0fc3c27d4e64ee1d8191 --- benchmarks/data.js | 60 +++++++++ benchmarks/index.html | 281 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 341 insertions(+) create mode 100644 benchmarks/data.js create mode 100644 benchmarks/index.html diff --git a/benchmarks/data.js b/benchmarks/data.js new file mode 100644 index 0000000..8564f03 --- /dev/null +++ b/benchmarks/data.js @@ -0,0 +1,60 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1753772170284, + "repoUrl": "https://github.com/czlonkowski/n8n-mcp", + "entries": { + "n8n-mcp Benchmarks": [ + { + "commit": { + "author": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "czlonkowski", + "username": "czlonkowski" + }, + "committer": { + "email": "56956555+czlonkowski@users.noreply.github.com", + "name": "czlonkowski", + "username": "czlonkowski" + }, + "distinct": true, + "id": "e66a17b5c2f83df0689f0fc3c27d4e64ee1d8191", + "message": "fix: disable flaky test and fix benchmark workflow git conflicts\n\n- Skipped the environment configuration test that consistently fails in CI\n- Added workspace cleanup step in benchmark workflow to prevent git conflicts\n- Stash uncommitted changes before benchmark-action switches branches\n\nThis should finally get all CI workflows passing.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", + "timestamp": "2025-07-29T08:54:10+02:00", + "tree_id": "f168720fd43230ee6b99518e83df1ad9b2c23d99", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/e66a17b5c2f83df0689f0fc3c27d4e64ee1d8191" + }, + "date": 1753772169966, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0135, + "unit": "ms", + "range": 0.21789999999999998, + "extra": "74100 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 2.3265, + "unit": "ms", + "range": 0.8298999999999999, + "extra": "430 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0032, + "unit": "ms", + "range": 0.26320000000000005, + "extra": "309346 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0476, + "unit": "ms", + "range": 0.30010000000000003, + "extra": "20994 ops/sec" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/benchmarks/index.html b/benchmarks/index.html new file mode 100644 index 0000000..6c88780 --- /dev/null +++ b/benchmarks/index.html @@ -0,0 +1,281 @@ + + + + + + + Benchmarks + + + + +
+ + + + + + +