We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d773062 commit 697de75Copy full SHA for 697de75
benchmarks/Makefile
@@ -158,7 +158,7 @@ time-effects.svg: __run_effects
158
-omit minesweeper \
159
-omit planet \
160
-omit ocamlc \
161
- -max 5 -svg 7 400 150 -edgecaption -ylabel "Execution time" \
+ -min 0.5 -max 1.5 -svg 7 400 150 -edgecaption -ylabel "Execution time" \
162
> $@
163
164
size-effects.svg: __run_effects
@@ -175,7 +175,7 @@ size-effects.svg: __run_effects
175
-append planet \
176
-append js_of_ocaml \
177
-append ocamlc \
178
- -max 2 -svg 7 650 150 -edgecaption -ylabel Size \
+ -min 0.8 -max 1.25 -svg 7 650 150 -edgecaption -ylabel Size \
179
180
181
size-gzipped-effects.svg: __run_effects
0 commit comments