File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ set -e -x
44function 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 {
5860function 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
You can’t perform that action at this time.
0 commit comments