Closed vrmiguel closed 2 years ago
At least has been, somewhat, removed the burden of proof here. Also, to point out this kinda of phrase is more a marketing value to attract people, which sometimes can be misleading. Maybe it was in the time which was written the slogan?
I hope this issue will not be viewed as some kind of attack to @jmooring previous answer or to the project itself. Being open to constructive criticism is generally good.
I'm in the process of making Hugo even more effective than it is today. This is mostly about making it less memory hungry. If I wanted, I could spend that time on creating an extremely fast static site generator that did very little but writing files to disk using all the CPU cores of my MacBook so I could beat some artificial benchmark. But that is not what I enjoy spending my time on.
And the thing is, to measure speed you also need to consider what it does, how effective it is (how much work is done per time unit), and in the tag line mentioned above also lives the snappiness of Hugo's development life cycle, the really fast server rebuilds, live reloading in the browser etc.
All of this could probably be measured, but it's extremely hard, and again, not something we're going to spend a very constrained development budget on.
But I appreciate your input and concerns and interest in Hugo.
Just an added comment, I tested the first benchmark on my MacBook
./bench.sh ✘ 1 master ✱
blades: 7.81750 ms (±2.69119)
hugo: 22.40000 ms (±1.42828)
(I haven't installed Zola, so I commented out that).
Hugo does better compared to some tests posted above, maybe it's my beefier MacBook, maybe it's the newer Hugo version (v0.101.0 used here). I had the quick look at the benchmark in question and:
26 directories, 76 files
vs the Blade's output of 19 directories, 50 files
, which makes the build setup very different (for one, Hugo is configured to create RSS feeds of all list pages (tags, categories etc.).But again, comparing apples and oranges isn't very fruitful.
Hugo proudly presents itself with the slogan "The world’s fastest framework for building websites" in its website and in its main repository.
If that's the case, it'd be nice to have live benchmarks comparing Hugo and competitors in its CI pipeline, similar to what Deno does, for example, openly comparing its performance with direct competitors such as Node and Bun.
However, Hugo's slogan does not seem to be factual taking in consideration the benchmarks found throughout the internet.
Benchmark 1 - Blades vs. Zola vs. Hugo
Intel Core i5-2400S @ 2.66GHz, 4 physical cores, HDD:
Intel Core i5-3230M CPU @ 2.60GHz, 2 physical cores, SSD:
Rockchip 3399, 2+4 physical cores, eMMC:
Benchmark 2 - Saaze vs. Zola vs. Hugo
Benchmark 3 - Hugo vs. Nift
Benchmark 4 - Hugo vs. ElderJs, Zola and many others
Previous discussion
I did notice that this topic has been approached before in #1681 and hugo #7050 but I found @jmooring's comment quite unprofessional:
In the absence of overwhelming, statistically meaningful data to the contrary, we are not changing the tagline.
That's not how any of this works. If Hugo claims to be the fastest, naturally the burden of proof is on the developers of Hugo, not on anybody else.
Edit
As I expected this issue was closed without further discussion and the Hugo project will keep on using a seemingly misleading slogan with no proof of its claims. Not a good look.