AutoGPT/benchmark/reports/mini-agi/folder1_TestWriteFile/report.json

32 lines
1014 B
JSON

{
"command": "agbenchmark start --test TestWriteFile",
"completion_time": "2023-07-31-14:57",
"benchmark_start_time": "2023-07-31-14:57",
"metrics": {
"run_time": "22.23 seconds",
"highest_difficulty": "interface: 1"
},
"tests": {
"TestWriteFile": {
"data_path": "agbenchmark/challenges/interface/write_file/data.json",
"is_regression": false,
"category": [
"interface"
],
"task": "Print the the capital of America to a .txt file",
"answer": "Washington",
"description": "Tests the writing to file",
"metrics": {
"difficulty": "interface",
"success": true,
"success_%": 85.71,
"cost": null,
"run_time": "21.542 seconds"
},
"reached_cutoff": false
}
},
"config": {
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
}
}