From 90a8b17c4bfaf86d1f7353212ffde0919d33564b Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Sat, 20 Nov 2021 09:09:31 +0100 Subject: [PATCH] Fixed link to results --- data/current.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/current.md b/data/current.md index 699f365..c85c5c6 100644 --- a/data/current.md +++ b/data/current.md @@ -10,12 +10,12 @@ Namely that We track both benchmark performance and minified+gzipped asset size. -[Here are the general results](current/results.current.md)! +[Here are the general results](current/results.md)! Also, every time we do a release, we run the benchmark using the old transformations and again using the new ones. -This is so we can get comparable results. So, compare `current/results.md` to `current/results.previous.v1.md`. +This is so we can get comparable results. So, compare `current/results.md` to `current/results.previous.v1.md`. We also run the benchmark suite with `--O3` enabled, which is the option that sacrifices asset size for speed.