From 5378779fbd1648191ffc1ddc4fbebd6cd1a03bb0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 26 Nov 2020 12:15:17 +0000 Subject: [PATCH] chore(bench): reduce size of benchmark charts --- dev/bench/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bench/index.html b/dev/bench/index.html index b391125..f3565a9 100644 --- a/dev/bench/index.html +++ b/dev/bench/index.html @@ -80,7 +80,7 @@ width: 100%; } .benchmark-chart { - max-width: 1000px; + max-width: 500px; } Benchmarks