AT&T 3B2 system

pedz at smu.UUCP pedz at smu.UUCP
Tue Nov 27 03:52:00 AEST 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



More information about the Comp.unix.wizards mailing list