On Dec 17, 2007 1:29 PM, Scott Taylor <[EMAIL PROTECTED]> wrote:
>
>
> > True. I also did some custom fixture optimizations. For some reason,
> > instantiating a Fixture object instance is very slow. I've rigged it
> > so there is only one instance of a Fixture object for each table for
> > the entire process.
> > Of course this would break fixture scenarios.
> >
> > I've had around 20-30% increases using in memory sqllite, about 1 year
> > ago. I havn't tried it since.
>
> Interesting. I'm not using Fixtures, so I guess this isn't an option
> for me. (I need to figure out a way to speed up FixtureReplacement).
>
> What was so slow in the fixture instantiation?
I didn't isolate what about fixture instantiation was slow. It reads
the yaml files and converts the hash into objects.
All I know is when I did the optimization, I got around a 30%
performance increase when loading all fixtures in all Examples.
>
>
> Scott
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users