diff --git a/content/en/news/hugo-macos-intel-vs-arm/index.html b/content/en/news/hugo-macos-intel-vs-arm/index.html
index 7904be185..b5e02d811 100644
--- a/content/en/news/hugo-macos-intel-vs-arm/index.html
+++ b/content/en/news/hugo-macos-intel-vs-arm/index.html
@@ -14,7 +14,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- The Intel Mac is a 2019 16 inch MacBook with 2,3 GHz 8-Core Intel Core i9 with 32 GB ram.
- The ARM Mac is a new Mac Mini M1 base model with 8 GB of ram
- - The benchmarks are run with
go test -test.run=NONE -bench="Benchmark" -test.benchmem=true -cpu=8 -count=4 ./...
. Since the M1 does not have a concept of Turbo Boost, we kept that on when running the Intel benchmarks.
+ - The benchmarks are run with
go test -test.run=NONE -bench="Benchmark" -test.benchmem=true -cpu=8 -count=4 ./...
. Since the M1 does not have a concept of Turbo Boost, I kept that on when running the Intel benchmarks.
- The right column is the Mac Mini, negative (black) numbers are good, positive numbers (red) are not so good.
- Go is compiled from the latest source:
go version devel +5627a4dc30 Wed Dec 9 16:57:37 2020 +0000 darwin/arm64
@@ -66,7 +66,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/hreflect goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/hreflect
|
@@ -88,7 +88,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/maps goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/maps
|
@@ -110,7 +110,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/helpers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/helpers
|
@@ -336,7 +336,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs
|
@@ -358,7 +358,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs/glob goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs/glob
|
@@ -380,7 +380,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugolib goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugolib
|
@@ -1099,7 +1099,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/identity goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/identity
|
@@ -1138,7 +1138,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/langs/i18n goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/langs/i18n
|
@@ -1381,7 +1381,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/markup/goldmark goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/markup/goldmark
|
@@ -1454,7 +1454,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/metrics goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/metrics
|
@@ -1476,7 +1476,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/output goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/output
|
@@ -1515,7 +1515,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/metadecoders goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/metadecoders
|
@@ -1571,7 +1571,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/pageparser goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/pageparser
|
@@ -1627,7 +1627,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/publisher goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/publisher
|
@@ -1649,7 +1649,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/related goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/related
|
@@ -1705,7 +1705,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources
|
@@ -1829,7 +1829,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/images/exif goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/images/exif
|
@@ -1851,7 +1851,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/page goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/page
|
@@ -2383,7 +2383,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss
|
@@ -2405,7 +2405,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate
|
@@ -2869,7 +2869,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse
|
@@ -2925,7 +2925,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/tplimpl goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/tplimpl
|
@@ -2964,7 +2964,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/transform goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/transform
|
@@ -3003,7 +3003,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/transform/urlreplacers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/transform/urlreplacers
|
@@ -3092,7 +3092,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/hreflect goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/hreflect
|
@@ -3114,7 +3114,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/maps goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/maps
|
@@ -3136,7 +3136,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/helpers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/helpers
|
@@ -3362,7 +3362,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs
|
@@ -3384,7 +3384,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs/glob goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs/glob
|
@@ -3406,7 +3406,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugolib goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugolib
|
@@ -4125,7 +4125,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/identity goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/identity
|
@@ -4164,7 +4164,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/langs/i18n goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/langs/i18n
|
@@ -4407,7 +4407,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/markup/goldmark goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/markup/goldmark
|
@@ -4480,7 +4480,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/metrics goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/metrics
|
@@ -4502,7 +4502,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/output goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/output
|
@@ -4541,7 +4541,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/metadecoders goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/metadecoders
|
@@ -4597,7 +4597,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/pageparser goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/pageparser
|
@@ -4653,7 +4653,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/publisher goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/publisher
|
@@ -4675,7 +4675,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/related goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/related
|
@@ -4731,7 +4731,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources
|
@@ -4855,7 +4855,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/images/exif goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/images/exif
|
@@ -4877,7 +4877,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/page goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/page
|
@@ -5409,7 +5409,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss
|
@@ -5431,7 +5431,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate
|
@@ -5895,7 +5895,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse
|
@@ -5951,7 +5951,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/tplimpl goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/tplimpl
|
@@ -5990,7 +5990,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/transform goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/transform
|
@@ -6029,7 +6029,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/transform/urlreplacers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/transform/urlreplacers
|
@@ -6118,7 +6118,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/hreflect goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/hreflect
|
@@ -6140,7 +6140,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/common/maps goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/common/maps
|
@@ -6162,7 +6162,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/helpers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/helpers
|
@@ -6388,7 +6388,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs
|
@@ -6410,7 +6410,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugofs/glob goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugofs/glob
|
@@ -6432,7 +6432,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/hugolib goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/hugolib
|
@@ -7151,7 +7151,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/identity goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/identity
|
@@ -7190,7 +7190,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/langs/i18n goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/langs/i18n
|
@@ -7433,7 +7433,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/markup/goldmark goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/markup/goldmark
|
@@ -7506,7 +7506,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/metrics goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/metrics
|
@@ -7528,7 +7528,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/output goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/output
|
@@ -7567,7 +7567,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/metadecoders goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/metadecoders
|
@@ -7623,7 +7623,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/parser/pageparser goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/parser/pageparser
|
@@ -7679,7 +7679,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/publisher goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/publisher
|
@@ -7701,7 +7701,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/related goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/related
|
@@ -7757,7 +7757,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources
|
@@ -7881,7 +7881,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/images/exif goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/images/exif
|
@@ -7903,7 +7903,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/page goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/page
|
@@ -8435,7 +8435,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/resources/resource_transformers/postcss
|
@@ -8457,7 +8457,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate
|
@@ -8921,7 +8921,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse
|
@@ -8977,7 +8977,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/tplimpl goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/tplimpl
|
@@ -9016,7 +9016,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/tpl/transform goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/tpl/transform
|
@@ -9055,7 +9055,7 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
- pkg:github.com/gohugoio/hugo/transform/urlreplacers goos:darwin goarch:amd64
+ pkg:github.com/gohugoio/hugo/transform/urlreplacers
|
@@ -9132,4 +9132,4 @@ description: "The new Mac Mini M1 base model is blazing fast! We have run the Hu
-
\ No newline at end of file
+