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 On 06/07/2013 08:15 AM, Camillo Bruni wrote:
Can you try on the command line only?
curl get.pharo.org/30+vm | bash ./pharo Pharo.image eval "[SystemNavigation new allCallsOn: #ifTrue: ] timeToRun"
On 2013-06-07, at 17:12, Marcus Denker <marcus.denker@inria.fr> wrote:
On Jun 7, 2013, at 5:04 PM, Paul DeBruicker <pdebruic@gmail.com> wrote:
My laptop is:
[SystemNavigation new allCallsOn: #ifTrue: ] timeToRun 1518
(3.0): [SystemNavigation new allCallsOn: #ifTrue: ] timeToRun 117
I have a slow machine: 1.8Ghz Core i5 in a MacBook Air. It auto-overclocks to 2.8 Ghz when not using two cores.
It's supposed to be not a fast system, as far as I understood.
Marcus