Urgent.News

What's breaking now, across thousands of outlets.

Tech

Blacksmith's GitHub Actions runners finished the same job 3 to 4 times faster than GitHub hosted Actions, across 10 trials

Disclosure: I have no affiliation with Blacksmith. Nobody asked me to write this and nobody paid for it. I installed their GitHub App like anyone else would. I pointed the same GitHub Actions job at two runners, ubuntu-latest and Blacksmith's blacksmith-4vcpu-ubuntu-2404 , ran each one 10 times, and timed the actual work with date , not the wall-clock job duration GitHub shows you. Blacksmith…

Blacksmith claims that its GitHub Actions runners are 3 to 4 times faster than the hosted Actions across 10 trials. The company sells bare-metal hardware runners instead of GitHub's virtualized ones, with pricing at $45M valuation. However, the source found that the Blacksmith runners were unavailable for personal repositories, even after migrating to an organization account.

The benchmarking workflow ran the same Node script 10 times each for two parallel jobs, one on GitHub-hosted runners and one on Blacksmith runners. The results showed that Blacksmith was consistently faster, with a speedup of 3.17x for one script and 3.77x for another. The ranges of speeds did not overlap, indicating that the difference was not due to noise.

Despite these impressive speed gains, the source did not switch to Blacksmith due to the requirement for organization accounts and the lack of real-world cost data.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Canada is about to break your scheduler

At 2:00 AM on 1 November 2026, DST ends for Canada. However, DST will not end in British Columbia, Alberta, the Northwest Territories, and Manitoba starting from this shift.

  • Canada to switch to permanent daylight time on 1 November 2026
  • DST ends in BC on 9 March, Alberta on 18 June, NWT on 21 August, Manitoba on 11 September 2026
  • Transition will break computer systems and time-related schedulers

My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub

This week, I dove deep into the core concepts of the Linux Essentials course organized by Akwannya Hub. Here is a quick breakdown of everything I covered, from low-level kernel concepts to cloud…

  • Linux Essentials course explored FOSS principles and license types
  • Examined Linux file system hierarchy and key directories
  • Covered networking services and directory services in Linux

More from Sunday 20 September →