From 697de75c167947b99a154112eac402826f4d9309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Fri, 13 Jan 2023 10:22:42 +0100 Subject: [PATCH] Benchmark: graph adjustments --- benchmarks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 368d733a52..b589dc0906 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -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 @@ -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