Running MagmaBenchmarker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Running MagmaBenchmarker

Paulo Sérgio Medeiros
Well, i know that it can be obvious (since i'm new to all that's surrounds squeak) but i spend some minutes figuring out how to run MagmaBenchmarker (looking throught the code). I didn't find this information on the site ( http://minnow.cc.gatech.edu/squeak/5606):

mb := MagmaBenchmarker localUsingWriteBarrier: false rpoewcobm: false.
st := mb runAll.
st inspect.

Cheers,
Paulo Sérgio.

PS: Also, only for curiosity, here is my result:

'The date is 19 February 2006 7:19:06 pm

Hardware Details:
    computer : pc
    cpu : AthlonXP (Barton)
    speed : 2.35GHz
    memory : 1024MB
    disk : internal IDE

OS Details:
    osVersion : NT
    platformName : Win32
    platformSubtype : IX86
    vmVersion : Squeak3.7 of ''4 September 2004'' [latest update: #5989]
    imageName : E:\smalltalk\Squeak\3.8.14.image

Image Details:
    version : Squeak3.8
    lastUpdate : 6665

Code Package Details (from Monticello):
    ** modified **

Name: Magma tester-cmm.223
Author: cmm
Time: 6 January 2006, 3:53:59 pm
UUID: 59f02b20-c95c-3a45-a4df-1f09451bf19d
Ancestors: Magma tester-cmm.222

Magma server details:
    flushAggressively : false

MagmaSession Details:
    isLocal : true
    allowWriteBarrier : false
    refreshPersistentObjectsEvenWhenChangedOnlyByMe : false

Benchmarker Details:
    thousands : 1000

Benchmarks:
---

connectionTests
    connect : 0:00:00:01.038
---

readTests
    peakRefreshRate : 5374.12517496501 per second.
    singleObjectRead : 3075.584883023395 per second.
    oneThousandElementArrayRead : 346.9918049170498 per second.
    oneThousandElementArrayOfObjectsRead : 8.21274931560422 per second.
    oneMillionObjectPointersRead : 0.299132515704457 per second.
    oneThousandLevelsDeepRead : 7.29639124433051 per second.
---

writeTests
    peakCommitRate : 14.42687747035573 per second.
    oneThousandElementArrayCommit : 12.2432859399684 per second.
    a1001BufferCommit : 9.5068330362448 per second.
    aOneMillionBufferCommit : 10 seconds.
---

magmaArrayTests
    getMagmaArraySize : 6797.692990239574 per second.
    updateThousandsOfMagmaArrayElements : 0:00:00:00.008
---

magmaCollectionTests
    addThousandsOfObjectsTenAtATime : 12.552 seconds.
    addThousandsOfObjectsOneHundredAtATime : 3.182 seconds.
    addThousandsOfObjectsAtOnce : 7.83 seconds.'