aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json')
-rw-r--r--benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json b/benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json
new file mode 100644
index 000000000..0a2d23b5e
--- /dev/null
+++ b/benchmark/agbenchmark_config/reports/20230913T225715_full_run/report.json
@@ -0,0 +1,42 @@
+{
+ "command": "agbenchmark start --test=TestWriteFile --mock",
+ "benchmark_git_commit_sha": "---",
+ "agent_git_commit_sha": "---",
+ "completion_time": "2023-09-13T22:58:44+00:00",
+ "benchmark_start_time": "2023-09-13T22:57:15+00:00",
+ "metrics": {
+ "run_time": "88.65 seconds",
+ "highest_difficulty": "No successful tests",
+ "total_cost": null
+ },
+ "tests": {
+ "TestWriteFile": {
+ "data_path": "/Users/merwanehamadi/code/Auto-GPT/benchmark/agbenchmark/challenges/abilities/write_file/data.json",
+ "is_regression": false,
+ "category": [
+ "interface"
+ ],
+ "task": "Write the word 'Washington' to a .txt file",
+ "answer": "The word 'Washington', printed to a .txt file named anything",
+ "description": "Tests the agents ability to write to a file",
+ "metrics": {
+ "difficulty": "interface",
+ "success": false,
+ "attempted": true,
+ "fail_reason": "[Errno 20] Not a directory: '/Users/merwanehamadi/code/Auto-GPT/benchmark/agbenchmark/temp_workspace/random_file.txt/random_file.txt'",
+ "success_%": 0.0,
+ "cost": null,
+ "run_time": "88.195 seconds"
+ },
+ "reached_cutoff": true
+ }
+ },
+ "config": {
+ "agent_benchmark_config_path": "/Users/merwanehamadi/code/Auto-GPT/benchmark/agbenchmark_config/config.json",
+ "workspace": {
+ "input": "auto_gpt_workspace",
+ "output": "auto_gpt_workspace"
+ },
+ "host": "http://localhost:8000"
+ }
+} \ No newline at end of file