Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.17 $; site smu.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!smu!pedz From: pedz@smu.UUCP Newsgroups: net.unix-wizards Subject: Re: Re: AT&T 3B2 system Message-ID: <32300005@smu.UUCP> Date: Mon, 26-Nov-84 12:52:00 EST Article-I.D.: smu.32300005 Posted: Mon Nov 26 12:52:00 1984 Date-Received: Wed, 28-Nov-84 02:01:21 EST References: <255@ho95b.UUCP> Lines: 18 Nf-ID: #R:ho95b:-25500:smu:32300005:000:494 Nf-From: smu!pedz Nov 26 11:52:00 1984 was intended to test the cpu speed. It was very simple is an approximate listing follows below. The same program was run on a MacIntosh. The result was that the 3B2 took about 1.3 times the time it took the Mac. Note that this is only a cpu speed test and not really a benchmark. main() { register int i, j; for (i = 0; i < 1000; i++) for (j = 0; j < 1000; j++) ; } Perry ps I used the Megamax C compiler for the Mac