Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .harness/research/promotions/candidate-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "candidate-001",
"hypothesis_id": "hypothesis-001",
"target_files": [
".harness/research/promotions/opportunity-001.json",
".harness/research/promotions/hypothesis-001.json",
".harness/research/promotions/candidate-001.json"
],
"status": "proposed"
}
6 changes: 6 additions & 0 deletions .harness/research/promotions/hypothesis-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "hypothesis-001",
"opportunity_id": "research-opportunity-001",
"hypothesis": "Increasing the batch size in the evaluation harness will reduce total execution time by minimizing overhead.",
"test_plan": "Run evals with batch size 1, 10, 100 and measure time."
}
6 changes: 6 additions & 0 deletions .harness/research/promotions/opportunity-001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "research-opportunity-001",
"title": "Investigate performance of large-scale evaluation runs",
"hypothesis": "Increasing the batch size in the evaluation harness will reduce total execution time by minimizing overhead.",
"target_files": []
}
Loading