AutoGPT/classic/benchmark/reports/gpt-engineer/file43_07-27-13-30.json

31 lines
977 B
JSON
Raw Permalink Normal View History

2023-07-27 13:32:14 +00:00
{
"command": "agbenchmark start --test=TestWriteFile",
"completion_time": "2023-07-27-13:32",
"benchmark_start_time": "2023-07-27-13:30",
"metrics": {
"run_time": "79.48 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_%": 66.67,
"run_time": "78.814 seconds"
},
"reached_cutoff": true
}
},
"config": {
"workspace": "projects/my-new-project/workspace"
}
}