Skip to content

Commit 5d6c3d4

Browse files
authored
Merge pull request #61 from commit-0/analysis_in_docs
submissions analysis and rendering pages
2 parents f7acfb3 + 967a55b commit 5d6c3d4

File tree

5 files changed

+457
-2
lines changed

5 files changed

+457
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ repos/
166166
config.yml
167167
hydra_outputs/
168168
.commit0*
169-
.agent*
169+
.agent*
170+
docs/analysis_*.md

docs/analysis.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
| | Name | Summary | |
3+
|--|--------|----------|--|
4+
||[reference](/analysis_reference)|3628 / 33 ; duration: 18.66s||
5+
||[test-save-commit0](/analysis_test-save-commit0)|0 / 0 ; duration: 0.00s||
6+
||[model_name-claude-3-5-sonnet-20240620__run_tests-0__use_lint_info-0__use_spec_info-0](/analysis_model_name-claude-3-5-sonnet-20240620__run_tests-0__use_lint_info-0__use_spec_info-0)|0 / 0 ; duration: 0.00s||

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pass their unit tests. All libraries have:
1919
Commit-0 is an interactive environment that makes it easy
2020
to design and test new agents. You can:
2121

22-
* Efficiently run tests in isolated environemnts
22+
* Efficiently run tests in isolated environments
2323
* Distribute testing and development across cloud systems
2424
* Track and log all changes made throughout.
2525

0 commit comments

Comments
 (0)