Skip to content

Commit 46d441d

Browse files
committed
Enable everything but graphics
1 parent 87161b2 commit 46d441d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

infra/platforms-eval.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ function run() {
7373
# run $BENCH_DIR/mathematics mathematics $NUM_SEEDS
7474

7575
# Purposefully break to see if plugins are successfully uninstalled regardless
76-
run $BENCH_DIR/graphics graphics $NUM_SEEDS
77-
# run $BENCH_DIR/hamming hamming $NUM_SEEDS
78-
# run $BENCH_DIR/libraries libraries $NUM_SEEDS
79-
# run $BENCH_DIR/mathematics mathematics $NUM_SEEDS
80-
# run $BENCH_DIR/numerics numerics $NUM_SEEDS
81-
# run $BENCH_DIR/physics physics $NUM_SEEDS
82-
# run $BENCH_DIR/haskell.fpcore haskell $NUM_SEEDS
83-
# run $BENCH_DIR/regression.fpcore regression $NUM_SEEDS
76+
# run $BENCH_DIR/graphics graphics $NUM_SEEDS
77+
run $BENCH_DIR/hamming hamming $NUM_SEEDS
78+
run $BENCH_DIR/libraries libraries $NUM_SEEDS
79+
run $BENCH_DIR/mathematics mathematics $NUM_SEEDS
80+
run $BENCH_DIR/numerics numerics $NUM_SEEDS
81+
run $BENCH_DIR/physics physics $NUM_SEEDS
82+
run $BENCH_DIR/haskell.fpcore haskell $NUM_SEEDS
83+
run $BENCH_DIR/regression.fpcore regression $NUM_SEEDS
8484

8585
python3 $INFRA_DIR/platforms/cross-plot.py "$OUTDIR/platforms/output"
8686

0 commit comments

Comments
 (0)