mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-19 00:43:07 +00:00
add n8n-mcp Benchmarks (customSmallerIsBetter) benchmark result for 25b8a8145d
This commit is contained in:
@@ -1,37 +1,8 @@
|
||||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1772924327713,
|
||||
"lastUpdate": 1772955929808,
|
||||
"repoUrl": "https://github.com/czlonkowski/n8n-mcp",
|
||||
"entries": {
|
||||
"n8n-mcp Benchmarks": [
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "romualdczlonkowski@MacBook-Pro-Romuald.local",
|
||||
"name": "Romuald Członkowski"
|
||||
},
|
||||
"committer": {
|
||||
"email": "romualdczlonkowski@MacBook-Pro-Romuald.local",
|
||||
"name": "Romuald Członkowski"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "90407f845d61028d83c4c084e9a5f6b466a5558c",
|
||||
"message": "fix: version-aware settings filtering for n8n API compatibility (#467)\n\nFixes #464, #465, #466\n\n- Add n8n version detection via /rest/settings endpoint\n- Filter workflow settings based on n8n version support:\n - All versions: 7 core properties\n - n8n 1.37.0+: adds executionOrder\n - n8n 1.119.0+: adds callerPolicy, callerIds, timeSavedPerExecution, availableInMCP\n- Add read-only field filtering (activeVersionId, activeVersion)\n- Version cache with 5-minute TTL for server upgrades\n- Race condition protection with promise-based locking\n- Type validation for version string responses\n\nThanks to @thesved for this contribution!\n\nConceived by Romuald Członkowski - https://www.aiadvisors.pl/en\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
|
||||
"timestamp": "2025-12-05T12:15:48+01:00",
|
||||
"tree_id": "08daaed46e0df4dfbae917c9b8942cfcdf13b8fb",
|
||||
"url": "https://github.com/czlonkowski/n8n-mcp/commit/90407f845d61028d83c4c084e9a5f6b466a5558c"
|
||||
},
|
||||
"date": 1764933475477,
|
||||
"tool": "customSmallerIsBetter",
|
||||
"benches": [
|
||||
{
|
||||
"name": "sample - array sorting - small",
|
||||
"value": 0.0136,
|
||||
"range": "0.3096",
|
||||
"unit": "ms",
|
||||
"extra": "73341 ops/sec"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
@@ -1540,6 +1511,37 @@ window.BENCHMARK_DATA = {
|
||||
"extra": "73341 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": "25b8a8145d0fc84fb23c51ffee6a103b99c90463",
|
||||
"message": "feat(validator): detect conditional branch fan-out & connection auto-fixes (#622)\n\n* feat(auto-fixer): add 5 connection structure fix types\n\nAdd automatic repair for malformed workflow connections commonly\ngenerated by AI models:\n- connection-numeric-keys: \"0\",\"1\" keys → main[0], main[1]\n- connection-invalid-type: type:\"0\" → type:\"main\" (or parent key)\n- connection-id-to-name: node ID refs → node name refs\n- connection-duplicate-removal: dedup identical connection entries\n- connection-input-index: out-of-bounds input index → clamped\n\nIncludes collision-safe ID-to-name renames, medium confidence on\nmerge conflicts and index clamping, shared CONNECTION_FIX_TYPES\nconstant, and 24 unit tests.\n\nConcieved by Romuald Członkowski - www.aiadvisors.pl/en\n\n\n* feat(validator): detect IF/Switch/Filter conditional branch fan-out misuse\n\nAdd CONDITIONAL_BRANCH_FANOUT warning when conditional nodes have all\nconnections on main[0] with higher outputs empty, indicating both\nbranches execute together instead of being split by condition.\n\nExtract getShortNodeType() and getConditionalOutputInfo() helpers to\ndeduplicate conditional node detection logic.\n\nConceived by Romuald Czlonkowski - https://www.aiadvisors.pl/en",
|
||||
"timestamp": "2026-03-08T08:41:44+01:00",
|
||||
"tree_id": "53678da586143eb794b4172519233d3c24bf2570",
|
||||
"url": "https://github.com/czlonkowski/n8n-mcp/commit/25b8a8145d0fc84fb23c51ffee6a103b99c90463"
|
||||
},
|
||||
"date": 1772955929107,
|
||||
"tool": "customSmallerIsBetter",
|
||||
"benches": [
|
||||
{
|
||||
"name": "sample - array sorting - small",
|
||||
"value": 0.0136,
|
||||
"range": "0.3096",
|
||||
"unit": "ms",
|
||||
"extra": "73341 ops/sec"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user