Path: utzoo!mnetor!uunet!mcvax!philmds!philce!henkbo From: henkbo@philce.UUCP (Henk Boetzkes) Newsgroups: comp.lang.c Subject: Re: Don't use Scanf (). Disputable !!! Message-ID: <212@philce.UUCP> Date: 21 Mar 88 15:00:32 GMT Reply-To: henkbo@philce.UUCP (Henk Boetzkes) Organization: Philips Consumer Electronic, Eindhoven Lines: 20 How reliable are the tprintf_tputs_twrite test ??? I just add two test more to your output. "hello world\n" to /dev/null 100,000 times on a uVAX II running Ultrix 2.0: printf 18 sec (wall-clock time, not user or sys time) puts 15 sec write 59 sec "hello world\n" to /dev/null 100,000 times on a VAX11/780 running Ultrix 2.0: printf 20 sec puts 14 sec write 57 sec "hello world\n" to /dev/null 100,000 times on a SUN/280 running SUN 3.5: printf 4 sec puts 4 sec write 17 sec