diff --git a/benchmarks/data.js b/benchmarks/data.js index 7b90d8c..e364678 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,60 +1,8 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1761257609353, + "lastUpdate": 1761297964383, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ - { - "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": "b3d42b339050a44ee5e1df590e7d4d8396656a72", - "message": "Merge pull request #259 from czlonkowski/feat/integration-tests-phase-4\n\nfeat: Phase 4 - Workflow Update Integration Tests", - "timestamp": "2025-10-04T23:00:41+02:00", - "tree_id": "8e1caad79a0f80733951dddde53a13869fa83024", - "url": "https://github.com/czlonkowski/n8n-mcp/commit/b3d42b339050a44ee5e1df590e7d4d8396656a72" - }, - "date": 1759611753949, - "tool": "customSmallerIsBetter", - "benches": [ - { - "name": "sample - array sorting - small", - "value": 0.0194, - "range": "0.42469999999999997", - "unit": "ms", - "extra": "51457 ops/sec" - }, - { - "name": "sample - array sorting - large", - "value": 3.4294, - "range": "0.7630000000000003", - "unit": "ms", - "extra": "292 ops/sec" - }, - { - "name": "sample - string concatenation", - "value": 0.0049, - "range": "0.295", - "unit": "ms", - "extra": "205016 ops/sec" - }, - { - "name": "sample - object creation", - "value": 0.0685, - "range": "0.479", - "unit": "ms", - "extra": "14590 ops/sec" - } - ] - }, { "commit": { "author": { @@ -1909,6 +1857,37 @@ window.BENCHMARK_DATA = { "extra": "73341 ops/sec" } ] + }, + { + "commit": { + "author": { + "email": "b3nw@users.noreply.github.com", + "name": "b3nw", + "username": "b3nw" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "0e26ea6a68d2d61d40f7d33d7361a8fc58ed4d91", + "message": "fix: Add commit-based release notes to GitHub releases (#355)\n\nAdd commit-based release notes generation to GitHub releases.\n\nThis PR updates the release workflow to generate release notes from git commits instead of extracting from CHANGELOG.md. The new system:\n- Automatically detects the previous tag for comparison\n- Categorizes commits using conventional commit types\n- Includes commit hashes and contributor statistics\n- Handles first release scenario gracefully\n\nRelated: #362 (test architecture refactoring)\n\nConceived by Romuald Członkowski - www.aiadvisors.pl/en", + "timestamp": "2025-10-24T11:24:00+02:00", + "tree_id": "86d87ce23d2910f00ca6c9d3007fca3a6c079fc3", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/0e26ea6a68d2d61d40f7d33d7361a8fc58ed4d91" + }, + "date": 1761297963703, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0136, + "range": "0.3096", + "unit": "ms", + "extra": "73341 ops/sec" + } + ] } ] }