We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd93c1 commit 90aa871Copy full SHA for 90aa871
infra/nightly.sh
@@ -29,16 +29,19 @@ else
29
fi
30
31
# run
32
-RECURSE=1 LOG=1 \
33
- bash "$INFRA_DIR"/run.sh \
34
- "$BENCH_DIR" "$OUT_DIR" \
35
- --profile \
36
- --seed "$SEED" \
37
- --threads "$CORES" \
38
- $FLAGS
39
-
40
-# run platforms eval
41
-# RM_CACHE=1 bash "$INFRA_DIR"/platforms-eval.sh "$OUT_DIR" 1
42
43
-# upload
44
-bash $INFRA_DIR/publish.sh upload "$OUT_DIR"
+# RECURSE=1 LOG=1 \
+# bash "$INFRA_DIR"/run.sh \
+# "$BENCH_DIR" "$OUT_DIR" \
+# --profile \
+# --seed "$SEED" \
+# --threads "$CORES" \
+# $FLAGS
+
+# # run platforms eval
+# # RM_CACHE=1 bash "$INFRA_DIR"/platforms-eval.sh "$OUT_DIR" 1
+# # upload
+# bash $INFRA_DIR/publish.sh upload "$OUT_DIR"
45
46
47
+bash "nightly disabled"
0 commit comments