[Dbix-class] Tests, var, and me. :-)

Christopher H. Laco claco at chrislaco.com
Tue Oct 31 14:21:46 GMT 2006


I just saw this post on UP:
http://use.perl.org/~tomhukins/journal/31457

I had no clue that :memory: existed. Now that I do, I wonder how much
faster some tests could be if we weren't creating /var/*.db for each
test, even with the PRAGMA temp_store =3D MEMORY turned on.

The upside to files is that it gets completely wiped between test files.
The in memory store would require a little more cleanup (DROP TABLE?)
before tests run.

Thoughts?
-=3DChris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://jules.scsys.co.uk/pipermail/dbix-class/attachments/20061031/13=
fc91da/signature.pgp


More information about the DBIx-Class mailing list