On 07.06.2013 17:55, Paul DeBruicker wrote:
From the below it seems to be something with running on linux 64bits
with a UI slows it down by a factor of 10x.
Command line per Camillo below on ubuntu 13.04 64bit on the hardware
was: 134ms
Using Pharo-2 windows all in one on a windows xp virtualbox VM was: 163ms
Using Pharo-2 linux all in one on a ubuntu 12,04 64bit virtualbox VM
was: 1918ms
Using Pharo-2 linux all in one on a debian 6 32bit virtualbox VM was: 152 ms
Further research:
Pharo PPA VM, Ubuntu 13.04 64Bit:
[SystemNavigation new allCallsOn: #ifTrue: ] timeToRun 2230
CogVM from Eliot directly (
http://www.mirandabanda.org/files/Cog/VM/VM.r2732/):
[SystemNavigation new allCallsOn: #ifTrue: ] timeToRun 164
Kind regards,
Markus