File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ time-effects.svg: __run_effects
158158 -omit minesweeper \
159159 -omit planet \
160160 -omit ocamlc \
161- -max 5 -svg 7 400 150 -edgecaption -ylabel " Execution time" \
161+ -min 0.5 - max 1. 5 -svg 7 400 150 -edgecaption -ylabel " Execution time" \
162162 > $@
163163
164164size-effects.svg : __run_effects
@@ -175,7 +175,7 @@ size-effects.svg: __run_effects
175175 -append planet \
176176 -append js_of_ocaml \
177177 -append ocamlc \
178- -max 2 -svg 7 650 150 -edgecaption -ylabel Size \
178+ -min 0.8 - max 1.25 -svg 7 650 150 -edgecaption -ylabel Size \
179179 > $@
180180
181181size-gzipped-effects.svg : __run_effects
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ blocks, to track functions across modules.
2525
2626open ! Stdlib
2727
28- let debug = Debug. find " flow2 "
28+ let debug = Debug. find " global-flow "
2929
3030let times = Debug. find " times"
3131
You can’t perform that action at this time.
0 commit comments