You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/course_lab_bench/README.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,56 @@ The benchmark supports multiple AI agents:
85
85
86
86
To add your own agent to the benchmark, see [add_agents.md](add_agents.md).
87
87
88
+
## How to Extend the Benchmark
89
+
90
+
This section describes how to add additional labs to the benchmark. We show the workflow using the existing [MapReduce lab](http://nil.csail.mit.edu/6.5840/2024/labs/lab-mr.html) as an example:
91
+
92
+
### Step 1: Add a row to the CSV file
93
+
94
+
Edit `data/benchmark/lab_exam_data_20250529.csv` and add a new row. Here is what each column represents:
0 commit comments