Skip to content

Commit

Permalink
Benchmark: graph adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jan 13, 2023
1 parent 660d7d0 commit d17a3e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ time-effects.svg: __run_effects
-omit minesweeper \
-omit planet \
-omit ocamlc \
-max 5 -svg 7 400 150 -edgecaption -ylabel "Execution time" \
-min 0.5 -max 1.5 -svg 7 400 150 -edgecaption -ylabel "Execution time" \
> $@

size-effects.svg: __run_effects
Expand All @@ -175,7 +175,7 @@ size-effects.svg: __run_effects
-append planet \
-append js_of_ocaml \
-append ocamlc \
-max 2 -svg 7 650 150 -edgecaption -ylabel Size \
-min 0.8 -max 1.25 -svg 7 650 150 -edgecaption -ylabel Size \
> $@

size-gzipped-effects.svg: __run_effects
Expand Down
2 changes: 1 addition & 1 deletion compiler/lib/global_flow.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ blocks, to track functions across modules.

open! Stdlib

let debug = Debug.find "flow2"
let debug = Debug.find "global-flow"

let times = Debug.find "times"

Expand Down

0 comments on commit d17a3e6

Please sign in to comment.