Live data from Hacker News

Cloud VM benchmarks 2026

devblog.ecuadors.net

101–110 of 165 posts

Re: Cloud VM benchmarks 2026

#101
post #15

You can extract a lot of value from bare-metal servers from Hetzner but you need to put some effort initially to get them going. That being said, it is not really that difficult. And, frankly, it a lot more fun.

Could you explain the "some effort initially" part?

You take care of disaster recovery, failing machines, the works. Getting a new (or replacement) machine from Hetzner takes longer than spinning one up on a cloud provider so you need to be able to survive some machines failing.

Re: Cloud VM benchmarks 2026

#102

Earlier quoted context omitted.

Hetzner charge between €10 and €48 for an 8vcpu setup, depending on how many other users you're happy to share with. For €104/mo you can get a 16-core Ryzen 9 7950X3D (basically identical to your 4565p) w/ 128GB DDR5, 2x2TB PCIE Gen4 SSD. That's not to say you're wrong about dedicated being much better value than VPS on a performance per dollar basis, but the markup that the European companies charge is much, much lo…

Great points. If we’re going to talk about dedicated servers and long lock-in contracts, you have to look at the equivalent prices for hosted alternatives. It’s fun to start thinking about building your own server and putting in a rack, but there’s always a lot of tortured math to compare it to completely different cloud hosted solutions. One of the great things about cloud instances is that I can scale them up or do…

> One of the great things about cloud instances is that I can scale them up or down with the load without being locked into some hardware I purchased. For products I’ve worked on that have activity curves that follow day-night cycles or spike on holidays, this has been amazing. In some cases we could auto scale down at night and then auto scale back up during the day.

At work we have this day / night cycle. But for some reason we're married to AWS. If we provisioned 24/7/365 a bunch of servers at Hetzner or such to cover the peaks with some margin, it would still be cheaper by a notable margin. Sure, 90% of them would twiddle their thumbs from 22 PM to 10 AM. So what?

Sure, if your clients are completely unpredictable and you'll see x100 traffic without notice, the cloud is great.

But how many companies are actually in that kind of situation? Looking back over a year or two, we're quite reliably able to predict when we'll have more visitors and how many more compared to baseline. We could just adjust the headroom to be able to take in those spikes. And I suppose if you want to save the environment, you could just turn off the Hetzner servers while they sit unused.

Re: Cloud VM benchmarks 2026

#103
post #38

Earlier quoted context omitted.

Don't nit-pick the "couple". It was used casually - like to mean not terribly long time. So the 2-6 spread, while technically big, is still just a trifle. While I'm nit-picking; up thread is talking about a limited box for CI and you're talking about scaling up real business workloads. That's just like the difference between 2 and 6. Give it a rest. Everyone: run your scenarios and expectations in a spreadsheet and t…

> So the 2-6 spread, while technically big, is still just a trifle. I think you’re misreading. Even the 6 month thread was based on invalid assumptions of $0 collocation fees. Add in even cheap collocation fees and it’s pushed out even further That’s not really a nit pick when the claims were based on impossible math. It’s more of a Motte and Bailey where they come in with a “couple of months” claim that sounds aweso…

It’s even dumber than that.

Let’s not forget that if even three engineers are working on this migration for only a week your cost is now 10’s of thousands for this couple hundred euros cost saving.

(assuming avg all-in engineer costs in europe)

It makes no sense to optimise cost for infrastructure mostly, it does make sense to make it faster, since almost all your spend is on engineers.

Spending thousands to save hundreds is not a healthy business.

Re: Cloud VM benchmarks 2026

#104
post #4

Still having your own hardware seems so much cheaper. Maybe even just for dev/uat environments? Every big corporate I have worked at has lower cost of capital than Amazon, and yet they want to move to AWS. I just dont understand it.

Everything I've read says that self-hosting doesn't become cheaper than AWS for companies until you reach $1-$3 million per month spending when all costs are accounted for. Then there is the highly overlooked aspect that a good API like AWS has lets your expensive admins actually get things done hundreds of times faster than how most self-hosted IT can do. It usually takes months to buy and install additional capacity for most companies.

Re: Cloud VM benchmarks 2026

#105
post #66

Earlier quoted context omitted.

Racking your own hardware doesn’t get you web UIs and APIs out of the box. At least it didn’t 2 decades ago.

Sure, now it does however (via the many OSS PaaS) so the calculus must also therefore change.

Which OSS PaaS are there that are noteworthy? Or do you mean something like Kubernetes?

Re: Cloud VM benchmarks 2026

#106
post #76

Vultr and HostHatch are also worth considering.

Don't use Vultr. I still have 60 dollars credit there that I can never spend, because they will limit your account if you do not use it for sometime.

And the pricing is laughable expensive comparr to OVH.

Re: Cloud VM benchmarks 2026

#107
post #90
post #20

I just ran some massive tests on our own CI. I use AMD Turin for this on gcp, which was noted as one of the fastest ones in the article. The most insane part here is that the AMD EPYC 4565p can beat the turin's used on the cloud providers, by as much as 2x in the single core. Our tests took 2 minutes on GCP, 1 minute flat on the 4565p with its boost to 5.1ghz holding steady vs only 4.1ghz on the gcp ones. GCP charges…

> i am trying hard to convince more people to rack themselves especially for CI actions. What do you think the typical duty cycle is for a CI machine? Raw performance is kind of meaningless if you aren't actually using the hardware. It's a lot of up front capex just to prove a point on a single metric.

Raw performance, in the sense of single core performance, is still one of the most important factors for us. Yes, we have parallelised tests, in different modules, etc. But there are still many single threaded operations in the build server. Also, especially in the cloud, IO is a bottleneck you can almost only get around by provisioning a bigger CPU.

Our CI run smaller PR checks during the day when devs make changes. In the “downtime” we run longer/more complex tests such as resilience and performance tests. So typically a machine is utilised 20-22/7.

Re: Cloud VM benchmarks 2026

#108
post #20

I just ran some massive tests on our own CI. I use AMD Turin for this on gcp, which was noted as one of the fastest ones in the article. The most insane part here is that the AMD EPYC 4565p can beat the turin's used on the cloud providers, by as much as 2x in the single core. Our tests took 2 minutes on GCP, 1 minute flat on the 4565p with its boost to 5.1ghz holding steady vs only 4.1ghz on the gcp ones. GCP charges…

"VCPUS" are a bit of scam in my experience. You usually don't get what the hardware (according to /proc/cpuinfo) is capable of.

Just want to say something in defence of cloud providers

- sometimes you need to limit the list of available CPU features to allow live migration between different hypervisors

- even if you migrate the virtual machine to the latest state of the art CPU, /proc/cpuinfo won't reflect it (linux would go crazy if you tried to switch the CPU information on the fly) (the frequency boost would be measurable though, just not via /proc/cpuinfo )

Re: Cloud VM benchmarks 2026

#109
post #74

Earlier quoted context omitted.

Not from people using that same phrasing twice within a few sentences. """ No warning. No traffic spike. Just… more money gone. That’s when I finally looked at Hetzner. I’ve seen too many backend systems fail for the same reasons — and too many teams learn the hard way. So I turned those incidents into a practical field manual: real failures, root causes, fixes, and prevention systems. No theory. No fluff. Just produ…

Repetition is a very common tool in writing (ie 'I have a dream'). I'm just irked that it's being called out for AI slop because "I feel it in my bones!!" There's a good chance it was written using AI -- should that matter? If the content is wrong/sucks, say that instead. If you're going to dismiss all AI assisted writing: good luck in the next decade.

AI-written text is not necessarily incorrect, but if the author did not take their time to remove the AI slop, they probably did not put much effort into it elsewhere. In addition, the text is often over two times longer than without the slop, which disrespects the reader's time (even worse in this case, since a significant fraction of the article is an ad for the author's books).

Re: Cloud VM benchmarks 2026

#110
Would have been nice to see Scaleway included, I recently migrated from Digital Ocean to them and found them to be very similar in pricing and performance.
Post reply on HN