This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 0570fd9d4a7f8d9cc87c927c7fc27d68f7e9590f Author: Claus Ibsen <[email protected]> AuthorDate: Tue Sep 15 09:42:32 2026 +0200 README: point at the ai-benchmark harness Co-Authored-By: Claude Fable 5.1 <[email protected]> Claude-Session: https://claude.ai/code/session_01Bp3538HRBPMQkb5ta9xRaj --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d954173..d255820 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ Where: * `${TESTS}` is a comma-separated list of tests to run (e.g., `AggregatorTest,ContentBasedRouterBodyTest`). After running the tests, the results are stored in JMH JSON files (i.e.: `<test name>.jmh.json`). + +## AI benchmark + +The `ai-benchmark` directory holds a harness that measures how well an AI model builds and edits Camel integrations +through the Camel MCP server, scored by what runs. See [ai-benchmark/README.md](ai-benchmark/README.md) and the +blog post https://camel.apache.org/blog/2026/09/camel-local-model-benchmark/ for the first series.
