28 lines
639 B
JSON
28 lines
639 B
JSON
|
{
|
||
|
"command": "agbenchmark start --test TestWriteFile",
|
||
|
"completion_time": "2023-07-15-22:13",
|
||
|
"metrics": {
|
||
|
"run_time": "12.4 seconds",
|
||
|
"highest_difficulty": "interface: 1"
|
||
|
},
|
||
|
"tests": {
|
||
|
"TestWriteFile": {
|
||
|
"data_path": "agbenchmark/challenges/interface/write_file",
|
||
|
"is_regression": false,
|
||
|
"reached_cutoff": false,
|
||
|
"metrics": {
|
||
|
"difficulty": "interface",
|
||
|
"success": true,
|
||
|
"success_%": 50.0,
|
||
|
"run_time": "12.127 seconds"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
|
||
|
},
|
||
|
"additional": {
|
||
|
"model": "gpt-4"
|
||
|
}
|
||
|
}
|