This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


    from 011828f  Bump for next version
     new 935c9e5  ai-benchmark: the harness of the local-model benchmark series 
against the Camel MCP server
     new 0570fd9  README: point at the ai-benchmark harness

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   6 +
 ai-benchmark/.gitignore                            |   7 +
 ai-benchmark/README.md                             | 107 ++++++++++
 ai-benchmark/agent_local.py                        | 186 +++++++++++++++++
 ai-benchmark/agent_mcp_stepwise.py                 | 231 +++++++++++++++++++++
 ai-benchmark/examples.json                         |  15 ++
 ai-benchmark/gen_local.py                          | 103 +++++++++
 ai-benchmark/mcp_client.py                         |  76 +++++++
 ai-benchmark/results-2026-09.md                    |  31 +++
 ai-benchmark/run-suite.sh                          |  23 ++
 ai-benchmark/run_one.sh                            |  44 ++++
 ai-benchmark/start-server.sh                       |  14 ++
 ai-benchmark/steps.json                            | 117 +++++++++++
 .../stepwise-project/application.properties        |   4 +
 ai-benchmark/stepwise-project/timer-log.camel.yaml |  15 ++
 ai-benchmark/summarize_runs.py                     |  78 +++++++
 16 files changed, 1057 insertions(+)
 create mode 100644 ai-benchmark/.gitignore
 create mode 100644 ai-benchmark/README.md
 create mode 100755 ai-benchmark/agent_local.py
 create mode 100755 ai-benchmark/agent_mcp_stepwise.py
 create mode 100644 ai-benchmark/examples.json
 create mode 100755 ai-benchmark/gen_local.py
 create mode 100755 ai-benchmark/mcp_client.py
 create mode 100644 ai-benchmark/results-2026-09.md
 create mode 100755 ai-benchmark/run-suite.sh
 create mode 100755 ai-benchmark/run_one.sh
 create mode 100755 ai-benchmark/start-server.sh
 create mode 100644 ai-benchmark/steps.json
 create mode 100644 ai-benchmark/stepwise-project/application.properties
 create mode 100644 ai-benchmark/stepwise-project/timer-log.camel.yaml
 create mode 100755 ai-benchmark/summarize_runs.py

Reply via email to