Ma special collections-sig.87.mcz

Igor Stasenko siguctua at gmail.com
Wed Aug 22 08:28:17 UTC 2007


On 22/08/07, Chris Muller <asqueaker at gmail.com> wrote:
> Sig, does the test suite run through to completion with your new Dictionary's?
>
> Also, how do the MagmaBenchmarker results look with it?
>
I was able to run only MaHashIndexRecordTester and MaHashIndexTester.
Other tests require special setup, and i'm bit lost in what is
required to start them.
Can you give me directions how to run tests/benchmarks?
I able to run benchmarks, but they not showing any results.
do i need run simply  [ MagmaBenchmarker runLocalBaseLine: false ]
timeToRun  , or i missing special tools for benchmarks?

You have small benchmarks in MaDictionary class comment. When
designing my classes i used them for comparisons.

So, here with my dictionaries:

time to add to sd: 319
time to add to md: 135
time to access to sd: 107
time to access to md: 86
time to replace to sd: 81
time to replace to md: 60
time to remove 300 from sd: 21158
time to remove 300 from md: 5

Here same, with old:

time to add to sd: 322
time to add to md: 928
time to access to sd: 110
time to access to md: 531
time to replace to sd: 83
time to replace to md: 629
time to remove 300 from sd: 21540
time to remove 300 from md: 3841

> On 8/21/07, Igor Stasenko <siguctua at gmail.com> wrote:
> > Hi Cris (and everyone),
> > lately i had conversation with Florian on IRC , he says that my
> > dictionaries is about 2 times faster than current magma ones (he gave
> > me read/commit times of his data crunching 12s - my vs 25s - old ).
> >
> > The only thing which darkening existence is that they seem having bug
> > and need to be tested.
> >
> > Florian gave me his image, so i can try find the bug, but since i'm
> > don't have deep knowledge in magma, maybe someone have time to test it
> > with different DBs too?
> >
> > P.S. Remember, you need to _load_ this package, not merge with
> > existing. Its located in magma tester squeaksource repository
> >
> >
> > --
> > Best regards,
> > Igor Stasenko AKA sig.
> > _______________________________________________
> > Magma mailing list
> > Magma at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/mailman/listinfo/magma
> >
>


-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Magma mailing list