From: utzoo!decvax!ucbvax!CAD:tektronix!zehntel!zinfandel!frank
Newsgroups: net.micro
Title: Re: Lisa benchmark - (nf)
Article-I.D.: zehntel.752
Posted: Mon Feb 14 13:20:51 1983
Received: Sun Feb 20 09:05:32 1983

#R:sri-arpa:-37400:zinfandel:15200005:000:467
zinfandel!frank    Feb 12 10:48:00 1983

/* The test should be */

main()
{
	register long i = 10000000;	/* 10 million, with 32 bit long */
	while(i--)
		;
}
/*
The best I have timed in person was the SUN cpu with UNISOFT UNIX & C compiler
running in onboard memory ( 10MHZ CPU clock ) at 63 seconds.

Note: BDS C ver 1.43 (or so) did not support longs
	( ints = 16 bits, char = 8 bits )
*/

Frank Berry	(decvax!sytek!zinfandel!frank)	(415) 932-6900
Zehntel Inc.
2625 Shadelands Drive
Walnut Creek, CA 94598