From 37b4b56a71e0d2c0f5c2d481d6a857fbf2a61bea Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:38:27 +0200 Subject: [PATCH] feat: add benchmark visualization page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Created proper index.html for GitHub Pages - Loads and visualizes benchmark data from benchmarks/data.js - Groups benchmarks by category with Chart.js - Responsive design with error handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- index.html | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..1bb17d5 --- /dev/null +++ b/index.html @@ -0,0 +1,202 @@ + + + + + + n8n-mcp Benchmarks + + + + +
+

n8n-mcp Performance Benchmarks

+

Tracking performance metrics across commits

+ +
+
Loading benchmark data...
+
+
+ + + + \ No newline at end of file