mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-20 14:34:25 +01:00
This commit introduces two major updates to the BenchmarkService class: 1. Renamed the `generateReport` method to `generateSingleReport` for better clarity and specificity. 2. Added a new method called `generateCombinedReport` that takes a list of test run IDs and generates a combined report by posting to the `/reports/query` endpoint. These changes aim to improve the modularity and readability of the code, while also extending its functionality to handle combined reports.