aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Reinier van der Leer <pwuts@agpt.co> 2024-02-15 18:07:45 +0100
committerGravatar Reinier van der Leer <pwuts@agpt.co> 2024-02-15 18:07:45 +0100
commit679339d00c20a4494b6c3ac9f399b2c470a16c17 (patch)
treee241bdfaab7b28db9618aa7ea18abd76212602dc /.github
parentfeat(agent/telemetry): Distinguish between `production` and `dev` environment... (diff)
downloadAuto-GPT-679339d00c20a4494b6c3ac9f399b2c470a16c17.tar.gz
Auto-GPT-679339d00c20a4494b6c3ac9f399b2c470a16c17.tar.bz2
Auto-GPT-679339d00c20a4494b6c3ac9f399b2c470a16c17.zip
feat(benchmark): Make report output folder configurable
- Make `AgentBenchmarkConfig.reports_folder` directly configurable (through `REPORTS_FOLDER` env variable). The default is still `./agbenchmark_config/reports`. - Change all mentions of `REPORT_LOCATION` (which fulfilled the same function at some point in the past) to `REPORTS_FOLDER`.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/autogpts-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autogpts-ci.yml b/.github/workflows/autogpts-ci.yml
index aab7a73f2..5268755c2 100644
--- a/.github/workflows/autogpts-ci.yml
+++ b/.github/workflows/autogpts-ci.yml
@@ -68,4 +68,4 @@ jobs:
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
HELICONE_CACHE_ENABLED: false
HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }}
- REPORT_LOCATION: ${{ format('../../reports/{0}', matrix.agent-name) }}
+ REPORTS_FOLDER: ${{ format('../../reports/{0}', matrix.agent-name) }}