TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Byte magazine (1984): Benchmarking Unix

86 pointsby rsecoraover 4 years ago

11 comments

rsecoraover 4 years ago
Some links inside the article. Byte magazine was plenty of ads, and articles can continue after jumping 300 pages<p>Start: <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n137&#x2F;mode&#x2F;2up" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n137&#x2F;...</a><p>Continuation: <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n405&#x2F;mode&#x2F;2up" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n405&#x2F;...</a><p>Results: <a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n411&#x2F;mode&#x2F;2up" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;byte-magazine-1984-08&#x2F;page&#x2F;n411&#x2F;...</a>
评论 #24577858 未加载
评论 #24578347 未加载
johnklosover 4 years ago
The Byte Benchmark suite can still be downloaded, compiled and run today. It&#x27;s in pkgsrc, FreeBSD&#x27;s ports, and can be trivially compiled on common GNU&#x2F;Linux distros.
mwcampbellover 4 years ago
The most popular modern descendant of this benchmark suite is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;kdlucas&#x2F;byte-unixbench" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kdlucas&#x2F;byte-unixbench</a>
patchtopicover 4 years ago
The scripts still run, my ancient (1st or 2nd gen) Raspberry Pi gets 0.54 seconds for the multi .. 6 benchmark
评论 #24578715 未加载
tr352over 4 years ago
They write it&#x27;s &quot;interesting to note&quot; the the IBM PC XT 8088 performed better than the PDP-11&#x2F;23. I suppose the PDP was a much more expensive machine.
评论 #24580867 未加载
评论 #24580927 未加载
Katzmann1983over 4 years ago
In the Docker container on my laptop, the multi.sh 1 2 3 4 5 6 takes 0.031 seconds.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Katzmann1983&#x2F;performance_test_shell&#x2F;blob&#x2F;master&#x2F;tst.sh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Katzmann1983&#x2F;performance_test_shell&#x2F;blob&#x2F;...</a>
FandangoRangerover 4 years ago
The Byte benchmarks are still very useful today. They’re also old enough that it’s doubtful that compiler makers are going to accelerate them (we know Intel does this), because barely anybody uses them any more.
Maakuthover 4 years ago
Laying out code in variable width font like a boss :). I love reading these BYTE scans from archive.org, they are from such a different computing world. Yet UNIX is the same.
评论 #24581328 未加载
Taniwhaover 4 years ago
Heh - I worked on 2 of those systems .... remember these are systems with ~1&#x2F;2Mb of ram and 1-2 mips of CPU. Most are swapping systems, no paging.
phcordnerover 4 years ago
In the 6a. shell benchmark, what&#x27;s the modern equivalent of the &quot;+&quot; option in sort from the below line?<p><pre><code> od sort.$$ | sort -n + 1 &gt; od.$$</code></pre>
评论 #24584207 未加载
评论 #24584244 未加载
评论 #24586900 未加载
pjmlpover 4 years ago
Right beside an ad for an Modula-2 compiler, the irony.