ingest_perf_results
Ingests Gatling, JMeter, or JSON performance result files into a method-level knowledge graph for performance analysis.
Instructions
Ingest a Gatling/JMeter/JSON perf results file into the graph.
Creates PerfSample nodes and OBSERVED_AT edges to matching Method nodes.
Args:
repo_name: The logical name of the indexed repository.
file_path: Absolute path to the perf results file
(.log = Gatling, .xml = JMeter, .json = simple JSON).
Returns:
Dict with keys ``ingested``, ``matched_methods``, ``unmatched``.
On failure, returns ``{"error": "<message>"}``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | Yes | ||
| file_path | Yes |