Skip to content

Commit de2260d

Browse files
committed
Switch EPFL arbiter to 'LEVEL_DFS' on grendel
This takes considerably less and less memory this way. We may actually need to reconsider all benchmarks like this?
1 parent b0721c9 commit de2260d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grendel/grendel_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def script_str_N(variant, problem_name, N, sylvan_M, time, option):
197197
],
198198

199199
["random_control",
200-
[[ "arbiter", 256 * 1024, ["00-16:00", "10-00:00"], "INPUT" ],
200+
[[ "arbiter", 32 * 1024, ["00-01:00", "00-02:00"], "LEVEL_DFS" ],
201201
[ "cavlc", 140, ["00-00:10", "00-00:10"], "INPUT" ],
202202
[ "ctrl", 140, ["00-00:10", "00-00:10"], "INPUT" ],
203203
[ "dec", 140, ["00-00:10", "00-00:10"], "INPUT" ],

0 commit comments

Comments
 (0)