diff --git a/agbenchmark/config.json b/agbenchmark/config.json index 729b3e83f..c197cee7d 100644 --- a/agbenchmark/config.json +++ b/agbenchmark/config.json @@ -1,5 +1,3 @@ { - "workspace": "generated", - "entry_path": "agbenchmark.benchmarks", - "cutoff": 60 + "workspace": "generated" } diff --git a/agbenchmark/reports/1.json b/agbenchmark/reports/1.json deleted file mode 100644 index 48a631c5b..000000000 --- a/agbenchmark/reports/1.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 - } -} \ No newline at end of file diff --git a/agbenchmark/regression_tests.json b/agbenchmark/reports/regression_tests.json similarity index 100% rename from agbenchmark/regression_tests.json rename to agbenchmark/reports/regression_tests.json