Skip to content

Commit 35129dc

Browse files
committed
Benchmark: graph adjustments
1 parent 3239828 commit 35129dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

compiler/lib/global_flow.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ blocks, to track functions across modules.
2525

2626
open! Stdlib
2727

28-
let debug = Debug.find "flow2"
28+
let debug = Debug.find "global-flow"
2929

3030
let times = Debug.find "times"
3131

0 commit comments

Comments
 (0)