[net.micro.68k] A real compile benchmark to try

bstempleton@watmath.UUCP (Brad Templeton) (07/21/83)

Many people talk about the time for compiling hello.c
When you are doing this test, I think it is also important to do the
following, perhaps in /tmp

cp hello.c hello2.c
time cc hello.c -o 1 & time cc hello2.c -o 2&

so that both run at the same time.
This tests how badly a machine bogs down when it has something
in the background, plus code scheduling, swapping and disk
scheduling.

Bad systems take more than twice as long.
The good systems like an Onyx take only a little bit more than twice
as long to do both compiles.

Let's see how systems score on this benchmark.

My results are that onyx wins, fortune is ok, and unisoft is a dog.
(Sorry guys at unisoft)
Xenix is about half and half.
-- 
	Brad Templeton - Waterloo, Ont. (519) 886-7304