Skip to content

Commit 84f41bc

Browse files
committed
a possible fix
1 parent b4ba6ab commit 84f41bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infra/nightly.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -e -x
44
function setup {
55
raco pkg install --auto biginterval
66
raco pkg install --auto fpbench
7+
python3 -m pip install pandas
8+
python3 -m pip install matplotlib
79
rm -rf ./herbie
810
git clone https://github.com/uwplse/herbie
911
}
@@ -58,7 +60,7 @@ function all {
5860
function perf {
5961
clean
6062
xz -d -k -f infra/points.json.xz
61-
racket -y time.rkt --dir "$REPORTDIR" --profile profile.json infra/points.json
63+
# racket -y time.rkt --dir "$REPORTDIR" --profile profile.json infra/points.json
6264
python3 infra/ratio_plot.py -t "$REPORTDIR"/timeline.json -o "$REPORTDIR"/ratio_plot.png
6365
python3 infra/point_graph.py -t "$REPORTDIR"/timeline.json -o "$REPORTDIR"/point_graph.png
6466
python3 infra/histograms.py -t "$REPORTDIR"/timeline.json -o1 "$REPORTDIR"/histogram_valid.png -o2 "$REPORTDIR"/histogram_all.png

0 commit comments

Comments
 (0)