Skip to content

Commit af22490

Browse files
committed
Benchmark: graph adjustments
1 parent a1b47a8 commit af22490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

164164
size-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

181181
size-gzipped-effects.svg: __run_effects

0 commit comments

Comments
 (0)