The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Warner Losh <imp@bsdimp.com>
To: Oliver Lehmann <lehmann@ans-netz.de>
Cc: TUHS main list <tuhs@minnie.tuhs.org>
Subject: Re: [TUHS] Dhrystone Benchmark (was: Unix on Zilog Z8000?)
Date: Fri, 24 Jan 2020 19:29:22 -0700	[thread overview]
Message-ID: <CANCZdfooJLrna7-5cNZRATu-PX6+NsWFitrbJMyBpMrG6c4R_Q@mail.gmail.com> (raw)
In-Reply-To: <20200125024957.Horde.cyIJwuHu99ty3x4GDh2veYy@avocado.salatschuessel.net>

[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]

On Fri, Jan 24, 2020, 6:50 PM Oliver Lehmann <lehmann@ans-netz.de> wrote:

> 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"?
>

This would be the Interactive Systems V6 port, I think. At least that is
what wikipedia says:

"ISC's 1977 offering, IS/1, was a Version 6 Unix
<https://en.m.wikipedia.org/wiki/Version_6_Unix> variant enhanced for
office automation running on the PDP-11
<https://en.m.wikipedia.org/wiki/PDP-11>."

But there is a V7 after it, so maybe it's a Version 7 port instead...

Warner

Best Regards,
> Oliver
>
> Oliver Lehmann <lehmann@ans-netz.de> 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
>

[-- Attachment #2: Type: text/html, Size: 4889 bytes --]

      reply	other threads:[~2020-01-25  2:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 17:52 [TUHS] Unix on Zilog Z8000? Jon Forrest
2020-01-21 18:13 ` Steve Nickolas
2020-01-21 18:27   ` William Pechter
2020-01-21 18:15 ` Henry Bent
2020-01-21 18:20   ` Larry McVoy
2020-01-21 21:48     ` Nigel Williams
2020-01-21 22:00       ` Henry Bent
2020-01-21 22:36         ` Derek Fawcus
2020-01-21 22:35     ` Jason Stevens
2020-03-15 18:40       ` Cornelius Keck
2020-03-16  0:28         ` Wesley Parish
2020-03-16 22:02           ` Derek Fawcus
2020-01-21 18:32   ` William Pechter
2020-01-21 21:24   ` Jon Forrest
2020-01-21 18:28 ` Clem Cole
2020-01-21 21:07   ` Heinz Lycklama
2020-01-21 21:32   ` [TUHS] Onyx (was Re: Unix on Zilog Z8000?) Derek Fawcus
2020-01-22  8:18   ` [TUHS] Unix on Zilog Z8000? Arrigo Triulzi
2020-01-22 17:00 ` Mary Ann Horton
2020-01-22 21:04   ` [TUHS] Life at UC Berkeley (was Unix on Zilog Z8000?) Jon Forrest
2020-01-23  2:08   ` [TUHS] Unix on Zilog Z8000? Erik Fair
2020-01-22 19:55 ` Andreas Hein
2020-01-23 12:01   ` Oliver Lehmann
2020-01-25  1:46     ` [TUHS] Dhrystone Benchmark (was: Unix on Zilog Z8000?) Oliver Lehmann
2020-01-25  1:49       ` Oliver Lehmann
2020-01-25  2:29         ` Warner Losh [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANCZdfooJLrna7-5cNZRATu-PX6+NsWFitrbJMyBpMrG6c4R_Q@mail.gmail.com \
    --to=imp@bsdimp.com \
    --cc=lehmann@ans-netz.de \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).