There is another approach done by JuanPablo for Rizel running on the new Pharo CLI infrastructure. So we can definitely hack together and merge the two approaches :) On 2013-06-16, at 21:07, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Camillo
it looks like SMarkHarness is a good candidate for having a nice commandline handler. May be we could pair program one :)
Stef
actually that is related to a bug in 3.0 :/
=> https://pharo.fogbugz.com/default.asp?10920
On 2013-06-16, at 19:50, Camillo Bruni <camillobruni@gmail.com> wrote:
#profile: is supposed to open the profiler on the given benchmark. let me fix that :)
On 2013-06-16, at 19:16, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
SMarkLoops profile: #benchArrayAccess
does not work
I was wondering if this is the class side version of runBenchmark:
Stef
On Jun 16, 2013, at 12:12 PM, Stéphane Ducasse <Stephane.Ducasse@inria.fr> wrote:
I started to read the code (and its self-documentation aspect is not totally there).
(SMarkLoops new runOnly: #benchFloatLoop) run
Stefan I started to comment the code so are you interested in the commits?
Stef
Hi camillo/Stefan
I would like to know how to use SMark and document it. Do you have a start of a blog/doc/slide that I can use as a start?
I'm thinking that I could use the implementation of Trie of Benoit and the one of Cuis as an example to do some benchs. Since I'm not fluent in benchmarks, I think that this the occasion to learn.
Stef