diff --git a/benchmarks/data.js b/benchmarks/data.js index 144f5ea..6f5a959 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1753878631229, + "lastUpdate": 1753878639249, "repoUrl": "https://github.com/czlonkowski/n8n-mcp", "entries": { "n8n-mcp Benchmarks": [ @@ -1330,6 +1330,58 @@ window.BENCHMARK_DATA = { "extra": "15016 ops/sec" } ] + }, + { + "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": "b8dc9a037cdfcc84804fa6821aac10535fce022d", + "message": "fix: add missing permissions to GitHub Actions workflows\n\n- Add issues, pull-requests, and checks write permissions to test.yml\n- Add statuses write permission to benchmark-pr.yml\n- Fixes \"Resource not accessible by integration\" errors in CI/CD\n\nThese permissions allow workflows to create PR comments and commit statuses.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude ", + "timestamp": "2025-07-30T14:28:36+02:00", + "tree_id": "954441a7b44613fd580df1ab601fe7544515901b", + "url": "https://github.com/czlonkowski/n8n-mcp/commit/b8dc9a037cdfcc84804fa6821aac10535fce022d" + }, + "date": 1753878638855, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "sample - array sorting - small", + "value": 0.0191, + "unit": "ms", + "range": 0.3716, + "extra": "52265 ops/sec" + }, + { + "name": "sample - array sorting - large", + "value": 3.1408, + "unit": "ms", + "range": 0.5615999999999999, + "extra": "318 ops/sec" + }, + { + "name": "sample - string concatenation", + "value": 0.0048, + "unit": "ms", + "range": 0.2795, + "extra": "209107 ops/sec" + }, + { + "name": "sample - object creation", + "value": 0.0679, + "unit": "ms", + "range": 0.3333, + "extra": "14721 ops/sec" + } + ] } ] }