forked from smol-ai/developer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reports, consolidate, update benchmark files
- Loading branch information
1 parent
a1e4a9f
commit c52b14b
Showing
6 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"workspace": "generated", | ||
"entry_path": "agbenchmark/benchmarks.py", | ||
"cutoff": 60 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"command": "agbenchmark start --test TestWriteFile --mock", | ||
"completion_time": "2023-07-10-21:19", | ||
"time_elapsed": "8.34 seconds", | ||
"tests": { | ||
"TestWriteFile": { | ||
"difficulty": "basic", | ||
"dependencies": [], | ||
"test": "agbenchmark/challenges/interface/write_file", | ||
"success": true | ||
} | ||
}, | ||
"config": { | ||
"workspace": "generated", | ||
"entry_path": "agbenchmark/benchmarks.py", | ||
"cutoff": 60 | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.