From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 50c8d166 for ; Sat, 25 Jan 2020 01:50:16 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 7D8D09C2E6; Sat, 25 Jan 2020 11:50:14 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 215D19C105; Sat, 25 Jan 2020 11:50:01 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id ED4469C105; Sat, 25 Jan 2020 11:49:59 +1000 (AEST) Received: from mail.ans-netz.de (avocado.salatschuessel.net [78.111.72.186]) by minnie.tuhs.org (Postfix) with ESMTPS id 44CB69C101 for ; Sat, 25 Jan 2020 11:49:59 +1000 (AEST) Received: (qmail 32629 invoked by uid 80); 25 Jan 2020 01:49:57 -0000 Received: from [10.0.1.51] ([10.0.1.51]) by avocado.salatschuessel.net (Horde Framework) with HTTPS; Sat, 25 Jan 2020 02:49:57 +0100 Date: Sat, 25 Jan 2020 02:49:57 +0100 Message-ID: <20200125024957.Horde.cyIJwuHu99ty3x4GDh2veYy@avocado.salatschuessel.net> From: Oliver Lehmann To: tuhs@minnie.tuhs.org References: <5daec877-97d1-b5a2-5db6-f639dd4f467c@berlan.de> <20200123130120.Horde.F4k6eI-syzp4WoxY-XjMW8L@avocado.salatschuessel.net> <20200125024651.Horde.9JSIrRz3jdgpqkeDXz78FY_@avocado.salatschuessel.net> In-Reply-To: <20200125024651.Horde.9JSIrRz3jdgpqkeDXz78FY_@avocado.salatschuessel.net> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [TUHS] Dhrystone Benchmark (was: Unix on Zilog Z8000?) X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Sorry... I hit send to early by mistake... I wanted to include a comparison chart... CPU MIPS MIPS System OS CPU (MHz) V1.1 V2.1 REF ### ---------------------- ------------ ----------- ----- ------ ------ --- ... 316 IBM PC/AT PCDOS 3.0 80286 6.0 0.39 ----- 0 317 ATT PC6300 MSDOS 2.11 8086 8.0 0.39 ----- 0 318 Onyx C8002 IS/1 1.1(V7) Z8000 4.0 0.29 ----- 0 319 PDP 11/34 UNIX V7M ----------- ----- 0.25 ----- 0 ... So WEGA@P8000 is between 317 and 318 - and 318 is the the Onyx mentioned as well.... but what is "IS/1 1.1"? Best Regards, Oliver Oliver Lehmann wrote: > By the way.... I found some dhry-c output I ran on WEGA > > #83 cc -O -DHZ=60 -DREG=register -c dhry_1.c > #84 cc -O -DREG=register -c dhry_2.c > #85 cc -o dhry dhry_1.o dhry_2.o > #86 echo 30000 | ./dhry | awk '/Lang/ || /^Micro/ {print} \ > /per Sec/ {mips=$4/1757;print;printf("Dhrystone MIPS:%38.04f\n",mips)}' > Dhrystone Benchmark, Version 2.1 (Language: C) > Microseconds for one run through Dhrystone: 1652.8 > Dhrystones per Second: 605.0 > Dhrystone MIPS: 0.3443 > #87 echo 30000 | ./dhry | awk '/Lang/ || /^Micro/ {print} \ > /per Sec/ {mips=$4/1757;print;printf("Dhrystone MIPS:%38.04f\n",mips)}' > Dhrystone Benchmark, Version 2.1 (Language: C) > Microseconds for one run through Dhrystone: 1652.2 > Dhrystones per Second: 605.2 > Dhrystone MIPS: 0.3445