Mac 3.0 benchmarks

Bob Arning arning at charm.net
Wed Feb 7 23:04:47 UTC 2001


Eric,

Since I have the same machine, here are some comparison numbers (all in morphic):

2.8 with 2.8.3 VM - '39653035 bytecodes/sec; 1261621 sends/sec'
3.1 with 3.0.a2 VM - '37426900 bytecodes/sec; 1138220 sends/sec' (higherPerformance ON)
3.1 with 3.0.a2 VM - '34538586 bytecodes/sec; 1047908 sends/sec' (higherPerformance OFF)

So, while 2.8 is faster, my numbers are a little closer together. Some things to consider:
- the MacOS is not exactly the spiffiest multiprocessing OS you could imagine. Were any other apps running at the time?
- Try turning ON the preference #higherPerformance. This tweaks things a bit for maximum foreground performance when in Morphic. Do not use this option when in MVC.

Cheers,
Bob


On Wed, 7 Feb 2001 15:17:20 -0700 (MST) Eric Scharff <Eric.Scharff at Colorado.EDU> wrote:
>The feeling that Squeak 3.0 feels sluggish (especially when compared to
>2.8) seems to be verified by the benchmarks.
>
>I'm running Squeak 3.0.2 on a Blue & White G3 400 mHz
>
>running 0 tinyBenchmarks on the standard 3.0 image out of the box yields
> '33368091 bytecodes/sec; 1084090 sends/sec'
>
>I compared this to running the same test on the 2.8.4 VM, which gets
> '38740920 bytecodes/sec; 1254961 sends/sec'
>in the startup MVC project, and
> '36655211 bytecodes/sec; 1237233 sends/sec'
>in a morphic project.
>
>I haven't been a test-pilot for 3.0, but morphic just seems *really*
>sluggish.  Dragging the scroll rectangle in the readme text window seems
>to lag considerably behind my mouse movement.
>
>Are these slowdowns permanent?  Is there something I can do to avoid this
>over 10% slowdown?





More information about the Squeak-dev mailing list