File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if ! "$BASE_DIR/utils/disable-mglru.sh"; then
4545fi
4646
4747# Baseline and cache_ext
48- # TODO: Get rid of the CLUSTER loop and pass a comma-separate list of benchmarks
48+ # TODO: Get rid of the CLUSTER loop and pass a comma-separated list of benchmarks
4949# We already support this in the bench script.
5050for POLICY in " ${POLICIES[@]} " ; do
5151 for CLUSTER in " ${CLUSTERS[@]} " ; do
@@ -69,7 +69,7 @@ if ! "$BASE_DIR/utils/enable-mglru.sh"; then
6969fi
7070
7171# MGLRU
72- # TODO: Get rid of the CLUSTER loop and pass a comma-separate list of benchmarks
72+ # TODO: Get rid of the CLUSTER loop and pass a comma-separated list of benchmarks
7373# We already support this in the bench script.
7474for POLICY in " ${POLICIES[@]} " ; do
7575 for CLUSTER in " ${CLUSTERS[@]} " ; do
You can’t perform that action at this time.
0 commit comments