-
Notifications
You must be signed in to change notification settings - Fork 710
Expand file tree
/
Copy pathconfig.json
More file actions
20 lines (20 loc) · 911 Bytes
/
Copy pathconfig.json
File metadata and controls
20 lines (20 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"evals": {
"v1": {
"fixtures": [
{ "name": "ledger", "file": "fixtures/ledger.html", "judge": "fixtures/ledger.judge.json" },
{ "name": "fernweh", "file": "fixtures/fernweh.html", "judge": "fixtures/fernweh.judge.json" },
{ "name": "kiln", "file": "fixtures/kiln.html", "judge": "fixtures/kiln.judge.json" }
]
},
"v2": {
"fixtures": [
{ "name": "ledger", "file": "fixtures/ledger.html", "judge": "fixtures/ledger.judge.json" },
{ "name": "fernweh", "file": "fixtures/fernweh.html", "judge": "fixtures/fernweh.judge.json" },
{ "name": "kiln", "file": "fixtures/kiln.html", "judge": "fixtures/kiln.judge.json" },
{ "name": "pulse", "file": "fixtures/pulse.html", "judge": "fixtures/pulse.judge.json" },
{ "name": "vellum", "file": "fixtures/vellum.html", "judge": "fixtures/vellum.judge.json" }
]
}
}
}