mini-agi-20230727133045
parent
375bd70248
commit
3c757d6897
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"command": "agbenchmark start --test=TestWriteFile",
|
||||
"completion_time": "2023-07-27-13:30",
|
||||
"benchmark_start_time": "2023-07-27-13:30",
|
||||
"metrics": {
|
||||
"run_time": "15.54 seconds",
|
||||
"highest_difficulty": "interface: 1"
|
||||
},
|
||||
"tests": {
|
||||
"TestWriteFile": {
|
||||
"data_path": "agbenchmark/challenges/interface/write_file/data.json",
|
||||
"is_regression": true,
|
||||
"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_%": 100.0,
|
||||
"run_time": "14.923 seconds"
|
||||
},
|
||||
"reached_cutoff": false
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue