New round of benchmarks

Stephen Pope stp at create.ucsb.edu
Mon Aug 16 22:13:52 UTC 1999


Hello all,

I'd be interested in collecting a new set of benchmarks for Squeak 2.5
on various platforms. Here's the previous data with updates for the two
platforms I've tested it on. If people send me data, I'll merge it into
a list and post it. Alternatively, someone could put it all on a swiki
page...


Simple Squeak Benchmarks

Send speed in sends/sec:

[ | r t |
3 timesRepeat:
	[t _ Time millisecondsToRun: [r _ 26 benchFib].
	Transcript show: (r // t * 1000) printString; space]]

 636000  637000  636000  -- G3/266 (tower)
 636000  636000  654000  -- 8600/300
 561000  561000  561000  -- 6500/300
 561000  561000  547000  -- G3 (desktop)
 955000  911000  913000  -- Gateway GP6 Pentium 400 MHZ/256 MB, NT, VM
2.5
 1085000 1094000 1091000 -- PowerBook G3 292 MHz/jitter
 1255000 1243000 1255000 -- PowerBook G3 400 MHz/128 MB, MacOS, VM 2.5


Bytecode speed speed in bytecodes/sec:

[3 timesRepeat: [Transcript show:
		(10000000 // (Time millisecondsToRun: [20 benchmark]) * 1000) 
	printString; space]]

 14992000 15015000 15384000 -- G3/266 (tower)
 14285000 14992000 13947000 -- 8600/300
 13333000 13623000 13333000 -- G3 (desktop)
 15128000 15360000 14903000 -- Gateway GP6 Pentium 400 MHZ/256 MB RAM,
NT, VM 2.5
 20964000 20833000 20833000 -- PowerBook G3 292 MHz/jitter
 29498000 30030000 30030000 -- PowerBook G3 400 MHz/128 MB, MacOS, VM
2.5


-- 

Stephen Travis Pope  --  http://www.create.ucsb.edu/~stp
stp at create.ucsb.edu  --  stp9 at cornell.edu





More information about the Squeak-dev mailing list